public static interface ListTagsForResourceRequest.Builder extends KeyspacesRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
The total number of tags to return in the output.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Amazon Keyspaces resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Amazon Keyspaces resource.
resourceArn - The Amazon Resource Name (ARN) of the Amazon Keyspaces resource.ListTagsForResourceRequest.Builder nextToken(String nextToken)
The pagination token. To resume pagination, provide the NextToken value as argument of a
subsequent API invocation.
nextToken - The pagination token. To resume pagination, provide the NextToken value as argument of a
subsequent API invocation.ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The total number of tags to return in the output. If the total number of tags available is more than the
value specified, a NextToken is provided in the output. To resume pagination, provide the
NextToken value as an argument of a subsequent API invocation.
maxResults - The total number of tags to return in the output. If the total number of tags available is more than
the value specified, a NextToken is provided in the output. To resume pagination, provide
the NextToken value as an argument of a subsequent API invocation.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.