public static interface ListTagsForResourceRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
Maximum number of tags to return in the response (integer).
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
Opaque pagination token returned from a previous
ListTagsForResource operation (String). |
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceARN(String resourceARN)
The ARN of the Amazon FSx resource that will have its tags listed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceARN(String resourceARN)
The ARN of the Amazon FSx resource that will have its tags listed.
resourceARN - The ARN of the Amazon FSx resource that will have its tags listed.ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
Maximum number of tags to return in the response (integer). This parameter value must be greater than 0. The
number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in
the request and the service's internal maximum number of items per page.
maxResults - Maximum number of tags to return in the response (integer). This parameter value must be greater than
0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter
specified in the request and the service's internal maximum number of items per page.ListTagsForResourceRequest.Builder nextToken(String nextToken)
Opaque pagination token returned from a previous ListTagsForResource operation (String). If a
token present, the action continues the list from where the returning call left off.
nextToken - Opaque pagination token returned from a previous ListTagsForResource operation (String).
If a token present, the action continues the list from where the returning call left off.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.