Class TagObject.Builder
java.lang.Object
software.amazon.smithy.openapi.model.Component.Builder<TagObject.Builder,TagObject>
software.amazon.smithy.openapi.model.TagObject.Builder
- All Implemented Interfaces:
SmithyBuilder<TagObject>
- Enclosing class:
- TagObject
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates an immutable object that is created from the properties that have been set on the builder.description
(String description) externalDocs
(ExternalDocumentation externalDocs) Methods inherited from class software.amazon.smithy.openapi.model.Component.Builder
extensions, extensions, getExtensions, putExtension, putExtension, putExtension, putExtension, removeExtension
-
Method Details
-
build
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Returns:
- an instance of T
-
name
-
description
-
externalDocs
-