Interface BatchDeleteConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDeleteConnectionRequest.Builder,BatchDeleteConnectionRequest>,GlueRequest.Builder,SdkBuilder<BatchDeleteConnectionRequest.Builder,BatchDeleteConnectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDeleteConnectionRequest
public static interface BatchDeleteConnectionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteConnectionRequest.Builder,BatchDeleteConnectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteConnectionRequest.BuildercatalogId(String catalogId)The ID of the Data Catalog in which the connections reside.BatchDeleteConnectionRequest.BuilderconnectionNameList(String... connectionNameList)A list of names of the connections to delete.BatchDeleteConnectionRequest.BuilderconnectionNameList(Collection<String> connectionNameList)A list of names of the connections to delete.BatchDeleteConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.glue.model.GlueRequest.Builder
build
-
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
-
catalogId
BatchDeleteConnectionRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionNameList
BatchDeleteConnectionRequest.Builder connectionNameList(Collection<String> connectionNameList)
A list of names of the connections to delete.
- Parameters:
connectionNameList- A list of names of the connections to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionNameList
BatchDeleteConnectionRequest.Builder connectionNameList(String... connectionNameList)
A list of names of the connections to delete.
- Parameters:
connectionNameList- A list of names of the connections to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDeleteConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDeleteConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-