Interface ListTagsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListTagsResponse.Builder,ListTagsResponse>, OpenSearchResponse.Builder, SdkBuilder<ListTagsResponse.Builder,ListTagsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListTagsResponse

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

    • tagList

      List of resource tags associated with the specified domain.

      Parameters:
      tagList - List of resource tags associated with the specified domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagList

      ListTagsResponse.Builder tagList(Tag... tagList)

      List of resource tags associated with the specified domain.

      Parameters:
      tagList - List of resource tags associated with the specified domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagList

      List of resource tags associated with the specified domain.

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

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