public static interface DeleteConnectionRequest.Builder extends GlueRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteConnectionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDeleteConnectionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteConnectionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.