public static interface DeleteConnectionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DeleteConnectionRequest.Builder,DeleteConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteConnectionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which the connection resides.
|
DeleteConnectionRequest.Builder |
connectionName(String connectionName)
The name of the connection to delete.
|
DeleteConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteConnectionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web
Services account ID is used by default.DeleteConnectionRequest.Builder connectionName(String connectionName)
The name of the connection to delete.
connectionName - The name of the connection to delete.DeleteConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.