Interface RenameTableRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RenameTableRequest.Builder,
,RenameTableRequest> S3TablesRequest.Builder
,SdkBuilder<RenameTableRequest.Builder,
,RenameTableRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
RenameTableRequest
@Mutable
@NotThreadSafe
public static interface RenameTableRequest.Builder
extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<RenameTableRequest.Builder,RenameTableRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe current name of the table.The namespace associated with the table.The new name for the table.newNamespaceName
(String newNamespaceName) The new name for the namespace.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tableBucketARN
(String tableBucketARN) The Amazon Resource Name (ARN) of the table bucket.versionToken
(String versionToken) The version token of the table.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.s3tables.model.S3TablesRequest.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 Details
-
tableBucketARN
The Amazon Resource Name (ARN) of the table bucket.
- Parameters:
tableBucketARN
- The Amazon Resource Name (ARN) of the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace associated with the table.
- Parameters:
namespace
- The namespace associated with the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The current name of the table.
- Parameters:
name
- The current name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newNamespaceName
The new name for the namespace.
- Parameters:
newNamespaceName
- The new name for the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newName
The new name for the table.
- Parameters:
newName
- The new name for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionToken
The version token of the table.
- Parameters:
versionToken
- The version token of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RenameTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RenameTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-