Interface UpdateTableMetadataLocationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateTableMetadataLocationRequest.Builder,
,UpdateTableMetadataLocationRequest> S3TablesRequest.Builder
,SdkBuilder<UpdateTableMetadataLocationRequest.Builder,
,UpdateTableMetadataLocationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateTableMetadataLocationRequest
@Mutable
@NotThreadSafe
public static interface UpdateTableMetadataLocationRequest.Builder
extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<UpdateTableMetadataLocationRequest.Builder,UpdateTableMetadataLocationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmetadataLocation
(String metadataLocation) The new metadata location for the table.The name of the table.The namespace of the table.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 of the table.
- Parameters:
namespace
- The namespace of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the table.
- Parameters:
name
- The name of 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.
-
metadataLocation
The new metadata location for the table.
- Parameters:
metadataLocation
- The new metadata location for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateTableMetadataLocationRequest.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
UpdateTableMetadataLocationRequest.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.
-