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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsOfResourceRequest.BuildernextToken(String nextToken)An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.ListTagsOfResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsOfResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsOfResourceRequest.BuilderresourceArn(String resourceArn)The Amazon DynamoDB resource with tags to be listed.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceArn
ListTagsOfResourceRequest.Builder resourceArn(String 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
ListTagsOfResourceRequest.Builder nextToken(String 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
-
-