public static interface CreateConnectionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectionRequest.Builder,CreateConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which to create the connection.
|
CreateConnectionRequest.Builder |
connectionInput(ConnectionInput connectionInput)
A
ConnectionInput object defining the connection to create. |
default CreateConnectionRequest.Builder |
connectionInput(Consumer<ConnectionInput.Builder> connectionInput)
A
ConnectionInput object defining the connection to create. |
CreateConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConnectionRequest.Builder |
tags(Map<String,String> tags)
The tags you assign to the connection.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConnectionRequest.Builder catalogId(String 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.
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.CreateConnectionRequest.Builder connectionInput(ConnectionInput connectionInput)
A ConnectionInput object defining the connection to create.
connectionInput - A ConnectionInput object defining the connection to create.default CreateConnectionRequest.Builder connectionInput(Consumer<ConnectionInput.Builder> connectionInput)
A ConnectionInput object defining the connection to create.
ConnectionInput.Builder avoiding the
need to create one manually via ConnectionInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to connectionInput(ConnectionInput).
connectionInput - a consumer that will call methods on ConnectionInput.BuilderconnectionInput(ConnectionInput)CreateConnectionRequest.Builder tags(Map<String,String> tags)
The tags you assign to the connection.
tags - The tags you assign to the connection.CreateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.