Interface CreateConnectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateConnectionRequest.Builder,
,CreateConnectionRequest> GlueRequest.Builder
,SdkBuilder<CreateConnectionRequest.Builder,
,CreateConnectionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateConnectionRequest
public static interface CreateConnectionRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectionRequest.Builder,CreateConnectionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Data Catalog in which to create the connection.default CreateConnectionRequest.Builder
connectionInput
(Consumer<ConnectionInput.Builder> connectionInput) AConnectionInput
object defining the connection to create.connectionInput
(ConnectionInput connectionInput) AConnectionInput
object defining the connection to create.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The tags you assign to the connection.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, sdkFields
-
Method Details
-
catalogId
The ID of the Data Catalog in which to create the connection. If none is provided, the Amazon Web Services account ID is used by default.
- Parameters:
catalogId
- The ID of the Data Catalog in which to create the connection. 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.
-
connectionInput
A
ConnectionInput
object defining the connection to create.- Parameters:
connectionInput
- AConnectionInput
object defining the connection to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionInput
default CreateConnectionRequest.Builder connectionInput(Consumer<ConnectionInput.Builder> connectionInput) A
This is a convenience method that creates an instance of theConnectionInput
object defining the connection to create.ConnectionInput.Builder
avoiding the need to create one manually viaConnectionInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconnectionInput(ConnectionInput)
.- Parameters:
connectionInput
- a consumer that will call methods onConnectionInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags you assign to the connection.
- Parameters:
tags
- The tags you assign to the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-