public static interface BatchDeleteConnectionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteConnectionRequest.Builder,BatchDeleteConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteConnectionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which the connections reside.
|
BatchDeleteConnectionRequest.Builder |
connectionNameList(Collection<String> connectionNameList)
A list of names of the connections to delete.
|
BatchDeleteConnectionRequest.Builder |
connectionNameList(String... connectionNameList)
A list of names of the connections to delete.
|
BatchDeleteConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteConnectionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web
Services account ID is used by default.BatchDeleteConnectionRequest.Builder connectionNameList(Collection<String> connectionNameList)
A list of names of the connections to delete.
connectionNameList - A list of names of the connections to delete.BatchDeleteConnectionRequest.Builder connectionNameList(String... connectionNameList)
A list of names of the connections to delete.
connectionNameList - A list of names of the connections to delete.BatchDeleteConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDeleteConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.