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 Object implements SmithyBuilder<Tagging>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • 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 interface SmithyBuilder<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(String tagProperty)