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 java.lang.Object implements SmithyBuilder<TaggableApiConfig>
Builds aTaggableApiConfig.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaggableApiConfigbuild()Creates an immutable object that is created from the properties that have been set on the builder.
-
-
-
Method Detail
-
build
public TaggableApiConfig build()
Description copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceSmithyBuilder<TaggableApiConfig>- Returns:
- an instance of T
-
-