Interface GetConnectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetConnectionRequest.Builder,
,GetConnectionRequest> GlueRequest.Builder
,SdkBuilder<GetConnectionRequest.Builder,
,GetConnectionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetConnectionRequest
-
Method Summary
Modifier and TypeMethodDescriptionapplyOverrideForComputeEnvironment
(String applyOverrideForComputeEnvironment) For connections that may be used in multiple services, specifies returning properties for the specified compute environment.applyOverrideForComputeEnvironment
(ComputeEnvironment applyOverrideForComputeEnvironment) For connections that may be used in multiple services, specifies returning properties for the specified compute environment.The ID of the Data Catalog in which the connection resides.hidePassword
(Boolean hidePassword) Allows you to retrieve the connection metadata without returning the password.The name of the connection definition to retrieve.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the connection definition to retrieve.
- Parameters:
name
- The name of the connection definition to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applyOverrideForComputeEnvironment
GetConnectionRequest.Builder applyOverrideForComputeEnvironment(String applyOverrideForComputeEnvironment) For connections that may be used in multiple services, specifies returning properties for the specified compute environment.
- Parameters:
applyOverrideForComputeEnvironment
- For connections that may be used in multiple services, specifies returning properties for the specified compute environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applyOverrideForComputeEnvironment
GetConnectionRequest.Builder applyOverrideForComputeEnvironment(ComputeEnvironment applyOverrideForComputeEnvironment) For connections that may be used in multiple services, specifies returning properties for the specified compute environment.
- Parameters:
applyOverrideForComputeEnvironment
- For connections that may be used in multiple services, specifies returning properties for the specified compute environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetConnectionRequest.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
GetConnectionRequest.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.
-