public static interface GetConnectionRequest.Builder extends GlueRequest.Builder, CopyableBuilder<GetConnectionRequest.Builder,GetConnectionRequest>
Modifier and Type | Method and Description |
---|---|
GetConnectionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which the connection resides.
|
GetConnectionRequest.Builder |
name(String name)
The name of the connection definition to retrieve.
|
GetConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetConnectionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS account ID is
used by default.GetConnectionRequest.Builder name(String name)
The name of the connection definition to retrieve.
name
- The name of the connection definition to retrieve.GetConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.