Interface DeleteDataCatalogRequest.Builder
-
- All Superinterfaces:
AthenaRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteDataCatalogRequest.Builder,DeleteDataCatalogRequest>,SdkBuilder<DeleteDataCatalogRequest.Builder,DeleteDataCatalogRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteDataCatalogRequest
public static interface DeleteDataCatalogRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<DeleteDataCatalogRequest.Builder,DeleteDataCatalogRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDataCatalogRequest.BuilderdeleteCatalogOnly(Boolean deleteCatalogOnly)Deletes the Athena Data Catalog.DeleteDataCatalogRequest.Buildername(String name)The name of the data catalog to delete.DeleteDataCatalogRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteDataCatalogRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
name
DeleteDataCatalogRequest.Builder name(String 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
DeleteDataCatalogRequest.Builder deleteCatalogOnly(Boolean deleteCatalogOnly)
Deletes the Athena Data Catalog. You can only use this with the
FEDERATEDcatalogs. 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 theFEDERATEDcatalogs. 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteDataCatalogRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-