Interface DeleteDataCatalogRequest.Builder
- All Superinterfaces:
AthenaRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteDataCatalogRequest.Builder,
,DeleteDataCatalogRequest> SdkBuilder<DeleteDataCatalogRequest.Builder,
,DeleteDataCatalogRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteDataCatalogRequest
@Mutable
@NotThreadSafe
public static interface DeleteDataCatalogRequest.Builder
extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<DeleteDataCatalogRequest.Builder,DeleteDataCatalogRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteCatalogOnly
(Boolean deleteCatalogOnly) Deletes the Athena Data Catalog.The name of the data catalog to delete.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaRequest.Builder
build
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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the data catalog to delete.
- Parameters:
name
- The name of the data catalog to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteCatalogOnly
Deletes the Athena Data Catalog. You can only use this with the
FEDERATED
catalogs. You usually perform this before registering the connector with Glue Data Catalog. After deletion, you will have to manage the Glue Connection and Lambda function.- Parameters:
deleteCatalogOnly
- Deletes the Athena Data Catalog. You can only use this with theFEDERATED
catalogs. You usually perform this before registering the connector with Glue Data Catalog. After deletion, you will have to manage the Glue Connection and Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteDataCatalogRequest.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
DeleteDataCatalogRequest.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.
-