Interface Tagging.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Tagging.Builder,Tagging>, SdkBuilder<Tagging.Builder,Tagging>, SdkPojo
Enclosing class:
Tagging

public static interface Tagging.Builder extends SdkPojo, CopyableBuilder<Tagging.Builder,Tagging>
  • Method Details

    • tagSet

      Tagging.Builder tagSet(Collection<Tag> tagSet)

      A collection for a set of tags

      Parameters:
      tagSet - A collection for a set of tags
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagSet

      Tagging.Builder tagSet(Tag... tagSet)

      A collection for a set of tags

      Parameters:
      tagSet - A collection for a set of tags
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagSet

      Tagging.Builder tagSet(Consumer<Tag.Builder>... tagSet)

      A collection for a set of tags

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tagSet(List<Tag>).

      Parameters:
      tagSet - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: