Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
ConnectionInput |
ConnectionInput.addConnectionPropertiesEntry(String key,
String value)
Add a single ConnectionProperties entry
|
ConnectionInput |
ConnectionInput.clearConnectionPropertiesEntries()
Removes all the entries added into ConnectionProperties.
|
ConnectionInput |
ConnectionInput.clone() |
ConnectionInput |
UpdateConnectionRequest.getConnectionInput()
A
ConnectionInput object that redefines the connection in question. |
ConnectionInput |
CreateConnectionRequest.getConnectionInput()
A
ConnectionInput object defining the connection to create. |
ConnectionInput |
ConnectionInput.withConnectionProperties(Map<String,String> connectionProperties)
These key-value pairs define parameters for the connection.
|
ConnectionInput |
ConnectionInput.withConnectionType(ConnectionType connectionType)
The type of the connection.
|
ConnectionInput |
ConnectionInput.withConnectionType(String connectionType)
The type of the connection.
|
ConnectionInput |
ConnectionInput.withDescription(String description)
The description of the connection.
|
ConnectionInput |
ConnectionInput.withMatchCriteria(Collection<String> matchCriteria)
A list of criteria that can be used in selecting this connection.
|
ConnectionInput |
ConnectionInput.withMatchCriteria(String... matchCriteria)
A list of criteria that can be used in selecting this connection.
|
ConnectionInput |
ConnectionInput.withName(String name)
The name of the connection.
|
ConnectionInput |
ConnectionInput.withPhysicalConnectionRequirements(PhysicalConnectionRequirements physicalConnectionRequirements)
A map of physical connection requirements, such as virtual private cloud (VPC) and
SecurityGroup ,
that are needed to successfully make this connection. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateConnectionRequest.setConnectionInput(ConnectionInput connectionInput)
A
ConnectionInput object that redefines the connection in question. |
void |
CreateConnectionRequest.setConnectionInput(ConnectionInput connectionInput)
A
ConnectionInput object defining the connection to create. |
UpdateConnectionRequest |
UpdateConnectionRequest.withConnectionInput(ConnectionInput connectionInput)
A
ConnectionInput object that redefines the connection in question. |
CreateConnectionRequest |
CreateConnectionRequest.withConnectionInput(ConnectionInput connectionInput)
A
ConnectionInput object defining the connection to create. |
Copyright © 2020. All rights reserved.