Class Tagging.Builder
- java.lang.Object
-
- software.amazon.smithy.aws.cloudformation.schema.model.Tagging.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Taggingbuild()Tagging.BuildercloudFormationSystemTags(boolean cloudFormationSystemTags)Tagging.Buildertaggable(boolean taggable)Tagging.BuildertagOnCreate(boolean tagOnCreate)Tagging.BuildertagProperty(java.lang.String tagProperty)Tagging.BuildertagUpdatable(boolean tagUpdatable)
-
-
-
Method Detail
-
build
public Tagging build()
- Specified by:
buildin interfacesoftware.amazon.smithy.utils.SmithyBuilder<Tagging>
-
taggable
public Tagging.Builder taggable(boolean taggable)
-
tagOnCreate
public Tagging.Builder tagOnCreate(boolean tagOnCreate)
-
tagUpdatable
public Tagging.Builder tagUpdatable(boolean tagUpdatable)
-
cloudFormationSystemTags
public Tagging.Builder cloudFormationSystemTags(boolean cloudFormationSystemTags)
-
tagProperty
public Tagging.Builder tagProperty(java.lang.String tagProperty)
-
-