Interface DeleteTableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTableRequest.Builder,DeleteTableRequest>,GlueRequest.Builder,SdkBuilder<DeleteTableRequest.Builder,DeleteTableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteTableRequest
public static interface DeleteTableRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DeleteTableRequest.Builder,DeleteTableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTableRequest.BuildercatalogId(String catalogId)The ID of the Data Catalog where the table resides.DeleteTableRequest.BuilderdatabaseName(String databaseName)The name of the catalog database in which the table resides.DeleteTableRequest.Buildername(String name)The name of the table to be deleted.DeleteTableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTableRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTableRequest.BuildertransactionId(String transactionId)The transaction ID at which to delete the table contents.-
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.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
catalogId
DeleteTableRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
- Parameters:
catalogId- The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
DeleteTableRequest.Builder databaseName(String databaseName)
The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
- Parameters:
databaseName- The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.- 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 to be deleted. For Hive compatibility, this name is entirely lowercase.
- Parameters:
name- The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionId
DeleteTableRequest.Builder transactionId(String transactionId)
The transaction ID at which to delete the table contents.
- Parameters:
transactionId- The transaction ID at which to delete the table contents.- 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
-
-