public static interface ListTagsRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListTagsRequest.Builder,ListTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListTagsRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsRequest.Builder |
resourceArn(String resourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsRequest.Builder resourceArn(String resourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the type
of resource. Valid targets for ListTags are recovery points, backup plans, and backup vaults.
resourceArn - An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on
the type of resource. Valid targets for ListTags are recovery points, backup plans, and
backup vaults.ListTagsRequest.Builder nextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken - The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in
your list starting at the location pointed to by the next token.ListTagsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults - The maximum number of items to be returned.ListTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.