Interface GetTagKeysResponse.Builder

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

  • Method Details

    • paginationToken

      GetTagKeysResponse.Builder paginationToken(String paginationToken)

      A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.

      Parameters:
      paginationToken - A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagKeys

      A list of all tag keys in the Amazon Web Services account.

      Parameters:
      tagKeys - A list of all tag keys in the Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagKeys

      GetTagKeysResponse.Builder tagKeys(String... tagKeys)

      A list of all tag keys in the Amazon Web Services account.

      Parameters:
      tagKeys - A list of all tag keys in the Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.