Interface ListTagsResponse.Builder

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

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

    • tags

      A list of tags currently associated with the DAX cluster.

      Parameters:
      tags - A list of tags currently associated with the DAX cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags currently associated with the DAX cluster.

      Parameters:
      tags - A list of tags currently associated with the DAX cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags currently associated with the DAX cluster.

      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:
    • nextToken

      ListTagsResponse.Builder nextToken(String nextToken)

      If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

      Parameters:
      nextToken - If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.