public static interface ListTagsForResourceRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
limit(Integer limit)
Specifies that the list of tags returned be limited to the specified number of items.
|
ListTagsForResourceRequest.Builder |
marker(String marker)
An opaque string that indicates the position at which to begin returning the list of tags.
|
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 for which you want to list tags.
|
buildoverrideConfigurationcopyapplyMutation, buildListTagsForResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource for which you want to list tags.
resourceARN - The Amazon Resource Name (ARN) of the resource for which you want to list tags.ListTagsForResourceRequest.Builder marker(String marker)
An opaque string that indicates the position at which to begin returning the list of tags.
marker - An opaque string that indicates the position at which to begin returning the list of tags.ListTagsForResourceRequest.Builder limit(Integer limit)
Specifies that the list of tags returned be limited to the specified number of items.
limit - Specifies that the list of tags returned be limited to the specified number of items.ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.