public static interface ListTagsForResourceRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request that lists the tags for the resource.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results for this request, where the
request lists the tags for the resource with the specified ARN.
|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceARN(String resourceARN)
Lists the tags for the resource with the specified ARN.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceARN(String resourceARN)
Lists the tags for the resource with the specified ARN.
resourceARN - Lists the tags for the resource with the specified ARN.ListTagsForResourceRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results for this request, where the request lists the tags for the resource with the specified ARN.
nextToken - The token for the next set of results, or null if there are no additional results for this request,
where the request lists the tags for the resource with the specified ARN.ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request that lists the tags for the resource.
maxResults - The maximum number of results to be returned per request that lists the tags for the resource.ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.