DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.athenaConnectionProperties(Map<String,Property> athenaConnectionProperties) |
Connection properties specific to the Athena compute environment.
|
default DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.authenticationConfiguration(Consumer<AuthConfiguration.Builder> authenticationConfiguration) |
The type of authentication used for the connection.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.authenticationConfiguration(AuthConfiguration authenticationConfiguration) |
The type of authentication used for the connection.
|
static DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.builder() |
|
default DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.capabilities(Consumer<Capabilities.Builder> capabilities) |
The supported authentication types, data interface types (compute environments), and data operations of the
connector.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.capabilities(Capabilities capabilities) |
The supported authentication types, data interface types (compute environments), and data operations of the
connector.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.computeEnvironmentConfigurations(Map<String,ComputeEnvironmentConfiguration> computeEnvironmentConfigurations) |
The compute environments that are supported by the connection.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.connectionOptions(Map<String,Property> connectionOptions) |
Returns properties that can be set when creating a connection in the
ConnectionInput.ConnectionProperties.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.connectionProperties(Map<String,Property> connectionProperties) |
Connection properties which are common across compute environments.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.connectionType(String connectionType) |
The name of the connection type.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.description(String description) |
A description of the connection type.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.physicalConnectionRequirements(Map<String,Property> physicalConnectionRequirements) |
Physical requirements for a connection, such as VPC, Subnet and Security Group specifications.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.pythonConnectionProperties(Map<String,Property> pythonConnectionProperties) |
Connection properties specific to the Python compute environment.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.Builder.sparkConnectionProperties(Map<String,Property> sparkConnectionProperties) |
Connection properties specific to the Spark compute environment.
|
DescribeConnectionTypeResponse.Builder |
DescribeConnectionTypeResponse.toBuilder() |
|