public static interface ListTagsForResourceRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
The
MaxResults parameter sets the maximum number of results returned in a single page. |
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.
resourceArn - The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.ListTagsForResourceRequest.Builder nextToken(String nextToken)
The pagination token. This is for future use. Currently pagination is not supported for tagging.
nextToken - The pagination token. This is for future use. Currently pagination is not supported for tagging.ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The MaxResults parameter sets the maximum number of results returned in a single page. This is
for future use and is not supported currently.
maxResults - The MaxResults parameter sets the maximum number of results returned in a single page.
This is for future use and is not supported currently.ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.