Interface ListTagsOfResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTagsOfResourceRequest.Builder,,ListTagsOfResourceRequest> DynamoDbRequest.Builder,SdkBuilder<ListTagsOfResourceRequest.Builder,,ListTagsOfResourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsOfResourceRequest
@Mutable
@NotThreadSafe
public static interface ListTagsOfResourceRequest.Builder
extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListTagsOfResourceRequest.Builder,ListTagsOfResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionAn optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceArn(String resourceArn) The Amazon DynamoDB resource with tags to be listed.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceArn
The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
- Parameters:
resourceArn- The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.
- Parameters:
nextToken- An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTagsOfResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTagsOfResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-