public static interface ListTagsForResourceRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
The next token from the previous results.
|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceARN(String resourceARN)
The ARN that specifies the resource whose tags you want to list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceARN(String resourceARN)
The ARN that specifies the resource whose tags you want to list.
resourceARN - The ARN that specifies the resource whose tags you want to list.ListTagsForResourceRequest.Builder nextToken(String nextToken)
The next token from the previous results.
nextToken - The next token from the previous results.ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults - The maximum number of objects to return for the request.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.