Interface ListTagsOfResourceResponse.Builder

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

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

    • tags

      The tags currently associated with the Amazon DynamoDB resource.

      Parameters:
      tags - The tags currently associated with the Amazon DynamoDB resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags currently associated with the Amazon DynamoDB resource.

      Parameters:
      tags - The tags currently associated with the Amazon DynamoDB resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags currently associated with the Amazon DynamoDB 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:
    • nextToken

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

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