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.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 time that this connection definition was created.
|
Connection |
Connection.withDescription(String description)
The description of the connection.
|
Connection |
Connection.withLastUpdatedBy(String lastUpdatedBy)
The user, group, or role that last updated this connection definition.
|
Connection |
Connection.withLastUpdatedTime(Date lastUpdatedTime)
The last time that this 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)
A map of physical connection requirements, such as virtual private cloud (VPC) and
SecurityGroup ,
that are needed to make this connection successfully. |
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 © 2023. All rights reserved.