| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.addConnectionPropertiesEntry(String key,
String value)
Add a single ConnectionProperties entry
|
Connection |
Connection.clearConnectionPropertiesEntries()
Removes all the entries added into ConnectionProperties.
|
Connection |
Connection.clone() |
Connection |
GetConnectionResult.getConnection()
The requested connection definition.
|
Connection |
Connection.withAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
The authentication properties of the connection.
|
Connection |
Connection.withConnectionProperties(Map<String,String> connectionProperties)
These key-value pairs define parameters for the connection:
|
Connection |
Connection.withConnectionType(ConnectionType connectionType)
The type of the connection.
|
Connection |
Connection.withConnectionType(String connectionType)
The type of the connection.
|
Connection |
Connection.withCreationTime(Date creationTime)
The timestamp of the time that this connection definition was created.
|
Connection |
Connection.withDescription(String description)
The description of the connection.
|
Connection |
Connection.withLastConnectionValidationTime(Date lastConnectionValidationTime)
A timestamp of the time this connection was last validated.
|
Connection |
Connection.withLastUpdatedBy(String lastUpdatedBy)
The user, group, or role that last updated this connection definition.
|
Connection |
Connection.withLastUpdatedTime(Date lastUpdatedTime)
The timestamp of the last time the connection definition was updated.
|
Connection |
Connection.withMatchCriteria(Collection<String> matchCriteria)
A list of criteria that can be used in selecting this connection.
|
Connection |
Connection.withMatchCriteria(String... matchCriteria)
A list of criteria that can be used in selecting this connection.
|
Connection |
Connection.withName(String name)
The name of the connection definition.
|
Connection |
Connection.withPhysicalConnectionRequirements(PhysicalConnectionRequirements physicalConnectionRequirements)
The physical connection requirements, such as virtual private cloud (VPC) and
SecurityGroup, that
are needed to make this connection successfully. |
Connection |
Connection.withStatus(ConnectionStatus status)
The status of the connection.
|
Connection |
Connection.withStatus(String status)
The status of the connection.
|
Connection |
Connection.withStatusReason(String statusReason)
The reason for the connection status.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
GetConnectionsResult.getConnectionList()
A list of requested connection definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectionResult.setConnection(Connection connection)
The requested connection definition.
|
GetConnectionResult |
GetConnectionResult.withConnection(Connection connection)
The requested connection definition.
|
GetConnectionsResult |
GetConnectionsResult.withConnectionList(Connection... connectionList)
A list of requested connection definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectionsResult.setConnectionList(Collection<Connection> connectionList)
A list of requested connection definitions.
|
GetConnectionsResult |
GetConnectionsResult.withConnectionList(Collection<Connection> connectionList)
A list of requested connection definitions.
|
Copyright © 2025. All rights reserved.