Class Tagging.Builder
java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.model.Tagging.Builder
- All Implemented Interfaces:
SmithyBuilder<Tagging>
- Enclosing class:
- Tagging
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates an immutable object that is created from the properties that have been set on the builder.cloudFormationSystemTags
(boolean cloudFormationSystemTags) taggable
(boolean taggable) tagOnCreate
(boolean tagOnCreate) tagProperty
(String tagProperty) tagUpdatable
(boolean tagUpdatable)
-
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<Tagging>
- Returns:
- an instance of T
-
taggable
-
tagOnCreate
-
tagUpdatable
-
cloudFormationSystemTags
-
tagProperty
-