Class TaggableApiConfig.Builder
java.lang.Object
software.amazon.smithy.aws.traits.tagging.TaggableApiConfig.Builder
- All Implemented Interfaces:
SmithyBuilder<TaggableApiConfig>
- Enclosing class:
- TaggableApiConfig
public static final class TaggableApiConfig.Builder
extends Object
implements SmithyBuilder<TaggableApiConfig>
Builds a
TaggableApiConfig
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates an immutable object that is created from the properties that have been set on the builder.
-
Constructor Details
-
Builder
public Builder()
-
-
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.- Specified by:
build
in interfaceSmithyBuilder<TaggableApiConfig>
- Returns:
- an instance of T
-