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