CopyableBuilder<GetTagKeysResponse.Builder,GetTagKeysResponse>, SdkBuilder<GetTagKeysResponse.Builder,GetTagKeysResponse>public static interface GetTagKeysResponse.Builder extends CopyableBuilder<GetTagKeysResponse.Builder,GetTagKeysResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetTagKeysResponse.Builder |
paginationToken(String paginationToken) |
A string that indicates that the response contains more data than can be returned in a single response.
|
GetTagKeysResponse.Builder |
tagKeys(String... tagKeys) |
A list of all tag keys in the AWS account.
|
GetTagKeysResponse.Builder |
tagKeys(Collection<String> tagKeys) |
A list of all tag keys in the AWS account.
|
copyapply, buildGetTagKeysResponse.Builder paginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent
request.
paginationToken - A string that indicates that the response contains more data than can be returned in a single
response. To receive additional data, specify this string for the PaginationToken value
in a subsequent request.GetTagKeysResponse.Builder tagKeys(Collection<String> tagKeys)
A list of all tag keys in the AWS account.
tagKeys - A list of all tag keys in the AWS account.GetTagKeysResponse.Builder tagKeys(String... tagKeys)
A list of all tag keys in the AWS account.
NOTE: This method appends the values to the existing list (if any). Use
#setTagKeys(java.util.Collection) or #withTagKeys(java.util.Collection) if you want to
override the existing values.
tagKeys - A list of all tag keys in the AWS account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.