public static interface ListTagsForResourceRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
limit(Integer limit)
The maximum number of tags returned on each page.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in
a paginated response. |
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the
supported resources are ConfigRule, ConfigurationAggregator and
AggregatorAuthorization.
resourceArn - The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the
supported resources are ConfigRule, ConfigurationAggregator and
AggregatorAuthorization.ListTagsForResourceRequest.Builder limit(Integer limit)
The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default.
limit - The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number
greater than 50. If you specify 0, Config uses the default.ListTagsForResourceRequest.Builder nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in
a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of
results in a paginated response.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.