public static interface ListTagsForResourceRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to display.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceARN(String resourceARN)
The ARN of the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display.
maxResults - The maximum number of results to display.ListTagsForResourceRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.ListTagsForResourceRequest.Builder resourceARN(String resourceARN)
The ARN of the resource.
resourceARN - The ARN of the resource.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.