Interface TagSpecification.Builder

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

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

    • resourceType

      TagSpecification.Builder resourceType(String resourceType)

      The type of resource to tag on creation.

      Parameters:
      resourceType - The type of resource to tag on creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      TagSpecification.Builder resourceType(ResourceType resourceType)

      The type of resource to tag on creation.

      Parameters:
      resourceType - The type of resource to tag on creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags to apply to the resource.

      Parameters:
      tags - The tags to apply to the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to apply to the resource.

      Parameters:
      tags - The tags to apply to the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to apply to the resource.

      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 tags(List<Tag>).

      Parameters:
      tags - 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: