public static interface GetConnectionRequest.Builder extends GlueRequest.Builder, SdkPojo, 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 |
hidePassword(Boolean hidePassword)
Allows you to retrieve the connection metadata without returning the password.
|
GetConnectionRequest.Builder |
name(String name)
The name of the connection definition to retrieve.
|
GetConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetConnectionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.
catalogId
- The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web
Services 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 hidePassword(Boolean hidePassword)
Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
hidePassword
- Allows you to retrieve the connection metadata without returning the password. For instance, the Glue
console uses this flag to retrieve the connection, and does not display the password. Set this
parameter when the caller might not have permission to use the KMS key to decrypt the password, but it
does have permission to access the rest of the connection properties.GetConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.