GlueConnectionInput.Builder |
GlueConnectionInput.Builder.athenaProperties(Map<String,String> athenaProperties) |
The Amazon Athena properties of the Amazon Web Services Glue connection.
|
default GlueConnectionInput.Builder |
GlueConnectionInput.Builder.authenticationConfiguration(Consumer<AuthenticationConfigurationInput.Builder> authenticationConfiguration) |
The authentication configuration of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.authenticationConfiguration(AuthenticationConfigurationInput authenticationConfiguration) |
The authentication configuration of the Amazon Web Services Glue connection.
|
static GlueConnectionInput.Builder |
GlueConnectionInput.builder() |
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.connectionProperties(Map<String,String> connectionProperties) |
The connection properties of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.connectionType(String connectionType) |
The connection type of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.connectionType(GlueConnectionType connectionType) |
The connection type of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.description(String description) |
The description of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.matchCriteria(String matchCriteria) |
The match criteria of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.name(String name) |
The name of the Amazon Web Services Glue connection.
|
default GlueConnectionInput.Builder |
GlueConnectionInput.Builder.physicalConnectionRequirements(Consumer<PhysicalConnectionRequirements.Builder> physicalConnectionRequirements) |
The physical connection requirements for the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.physicalConnectionRequirements(PhysicalConnectionRequirements physicalConnectionRequirements) |
The physical connection requirements for the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.pythonProperties(Map<String,String> pythonProperties) |
The Python properties of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.sparkProperties(Map<String,String> sparkProperties) |
The Spark properties of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.toBuilder() |
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.validateCredentials(Boolean validateCredentials) |
Speciefies whether to validate credentials of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.validateForComputeEnvironments(Collection<ComputeEnvironments> validateForComputeEnvironments) |
Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.validateForComputeEnvironments(ComputeEnvironments... validateForComputeEnvironments) |
Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.validateForComputeEnvironmentsWithStrings(String... validateForComputeEnvironments) |
Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.
|
GlueConnectionInput.Builder |
GlueConnectionInput.Builder.validateForComputeEnvironmentsWithStrings(Collection<String> validateForComputeEnvironments) |
Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.
|