Interface DeleteTableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTableRequest.Builder,DeleteTableRequest>,S3TablesRequest.Builder,SdkBuilder<DeleteTableRequest.Builder,DeleteTableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteTableRequest
public static interface DeleteTableRequest.Builder extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<DeleteTableRequest.Builder,DeleteTableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTableRequest.Buildername(String name)The name of the table.DeleteTableRequest.Buildernamespace(String namespace)The namespace associated with the table.DeleteTableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTableRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTableRequest.BuildertableBucketARN(String tableBucketARN)The Amazon Resource Name (ARN) of the table bucket that contains the table.DeleteTableRequest.BuilderversionToken(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 Detail
-
tableBucketARN
DeleteTableRequest.Builder tableBucketARN(String tableBucketARN)
The Amazon Resource Name (ARN) of the table bucket that contains the table.
- Parameters:
tableBucketARN- The Amazon Resource Name (ARN) of the table bucket that contains the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
DeleteTableRequest.Builder namespace(String 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
DeleteTableRequest.Builder name(String 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
DeleteTableRequest.Builder versionToken(String 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
DeleteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-