Class Tagging.Builder
- java.lang.Object
-
- software.amazon.smithy.aws.cloudformation.schema.model.Tagging.Builder
-
- All Implemented Interfaces:
SmithyBuilder<Tagging>
- Enclosing class:
- Tagging
public static final class Tagging.Builder extends java.lang.Object implements SmithyBuilder<Tagging>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tagging
build()
Creates an immutable object that is created from the properties that have been set on the builder.Tagging.Builder
cloudFormationSystemTags(boolean cloudFormationSystemTags)
Tagging.Builder
taggable(boolean taggable)
Tagging.Builder
tagOnCreate(boolean tagOnCreate)
Tagging.Builder
tagProperty(java.lang.String tagProperty)
Tagging.Builder
tagUpdatable(boolean tagUpdatable)
-
-
-
Method Detail
-
build
public Tagging 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
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)
-
-