public static interface ListTagsForResourceRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
The maximum number of tags to return.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
The token that specifies the next page of results to return.
|
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 whose tags are to be returned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The maximum number of tags to return.
maxResults - The maximum number of tags to return.ListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags are to be returned.
resourceArn - The Amazon Resource Name (ARN) of the resource whose tags are to be returned.ListTagsForResourceRequest.Builder nextToken(String nextToken)
The token that specifies the next page of results to return.
nextToken - The token that specifies the next page of results to return.ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.