Connection.Builder |
Connection.Builder.athenaProperties(Map<String,String> athenaProperties) |
Connection properties specific to the Athena compute environment.
|
default Connection.Builder |
Connection.Builder.authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration) |
The authentication properties of the connection.
|
Connection.Builder |
Connection.Builder.authenticationConfiguration(AuthenticationConfiguration authenticationConfiguration) |
The authentication properties of the connection.
|
static Connection.Builder |
Connection.builder() |
|
Connection.Builder |
Connection.Builder.compatibleComputeEnvironments(Collection<ComputeEnvironment> compatibleComputeEnvironments) |
A list of compute environments compatible with the connection.
|
Connection.Builder |
Connection.Builder.compatibleComputeEnvironments(ComputeEnvironment... compatibleComputeEnvironments) |
A list of compute environments compatible with the connection.
|
Connection.Builder |
Connection.Builder.compatibleComputeEnvironmentsWithStrings(String... compatibleComputeEnvironments) |
A list of compute environments compatible with the connection.
|
Connection.Builder |
Connection.Builder.compatibleComputeEnvironmentsWithStrings(Collection<String> compatibleComputeEnvironments) |
A list of compute environments compatible with the connection.
|
Connection.Builder |
Connection.Builder.connectionProperties(Map<ConnectionPropertyKey,String> connectionProperties) |
These key-value pairs define parameters for the connection when using the version 1 Connection schema:
|
Connection.Builder |
Connection.Builder.connectionPropertiesWithStrings(Map<String,String> connectionProperties) |
These key-value pairs define parameters for the connection when using the version 1 Connection schema:
|
Connection.Builder |
Connection.Builder.connectionSchemaVersion(Integer connectionSchemaVersion) |
The version of the connection schema for this connection.
|
Connection.Builder |
Connection.Builder.connectionType(String connectionType) |
The type of the connection.
|
Connection.Builder |
Connection.Builder.connectionType(ConnectionType connectionType) |
The type of the connection.
|
Connection.Builder |
Connection.Builder.creationTime(Instant creationTime) |
The timestamp of the time that this connection definition was created.
|
Connection.Builder |
Connection.Builder.description(String description) |
The description of the connection.
|
Connection.Builder |
Connection.Builder.lastConnectionValidationTime(Instant lastConnectionValidationTime) |
A timestamp of the time this connection was last validated.
|
Connection.Builder |
Connection.Builder.lastUpdatedBy(String lastUpdatedBy) |
The user, group, or role that last updated this connection definition.
|
Connection.Builder |
Connection.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The timestamp of the last time the connection definition was updated.
|
Connection.Builder |
Connection.Builder.matchCriteria(String... matchCriteria) |
A list of criteria that can be used in selecting this connection.
|
Connection.Builder |
Connection.Builder.matchCriteria(Collection<String> matchCriteria) |
A list of criteria that can be used in selecting this connection.
|
Connection.Builder |
Connection.Builder.name(String name) |
The name of the connection definition.
|
default Connection.Builder |
Connection.Builder.physicalConnectionRequirements(Consumer<PhysicalConnectionRequirements.Builder> physicalConnectionRequirements) |
The physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup,
that are needed to make this connection successfully.
|
Connection.Builder |
Connection.Builder.physicalConnectionRequirements(PhysicalConnectionRequirements physicalConnectionRequirements) |
The physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup,
that are needed to make this connection successfully.
|
Connection.Builder |
Connection.Builder.pythonProperties(Map<String,String> pythonProperties) |
Connection properties specific to the Python compute environment.
|
Connection.Builder |
Connection.Builder.sparkProperties(Map<String,String> sparkProperties) |
Connection properties specific to the Spark compute environment.
|
Connection.Builder |
Connection.Builder.status(String status) |
The status of the connection.
|
Connection.Builder |
Connection.Builder.status(ConnectionStatus status) |
The status of the connection.
|
Connection.Builder |
Connection.Builder.statusReason(String statusReason) |
The reason for the connection status.
|
Connection.Builder |
Connection.toBuilder() |
|