@Generated(value="software.amazon.awssdk:codegen") public final class ConnectionInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectionInput.Builder,ConnectionInput>
A structure used to specify a connection to create or update.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
ConnectionInput.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static ConnectionInput.Builder | 
builder()  | 
Map<ConnectionPropertyKey,String> | 
connectionProperties()
 These key-value pairs define parameters for the connection. 
 | 
Map<String,String> | 
connectionPropertiesAsStrings()
 These key-value pairs define parameters for the connection. 
 | 
ConnectionType | 
connectionType()
 The type of the connection. 
 | 
String | 
connectionTypeAsString()
 The type of the connection. 
 | 
String | 
description()
 Description of the connection. 
 | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
List<String> | 
matchCriteria()
 A list of criteria that can be used in selecting this connection. 
 | 
String | 
name()
 The name of the connection. 
 | 
PhysicalConnectionRequirements | 
physicalConnectionRequirements()
 A map of physical connection requirements, such as VPC and SecurityGroup, needed for making this connection
 successfully. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends ConnectionInput.Builder> | 
serializableBuilderClass()  | 
ConnectionInput.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String name()
The name of the connection.
public String description()
Description of the connection.
public ConnectionType connectionType()
The type of the connection. Currently, only JDBC is supported; SFTP is not supported.
 If the service returns an enum value that is not available in the current SDK version, connectionType
 will return ConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
 from connectionTypeAsString().
 
ConnectionTypepublic String connectionTypeAsString()
The type of the connection. Currently, only JDBC is supported; SFTP is not supported.
 If the service returns an enum value that is not available in the current SDK version, connectionType
 will return ConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
 from connectionTypeAsString().
 
ConnectionTypepublic List<String> matchCriteria()
A list of criteria that can be used in selecting this connection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<ConnectionPropertyKey,String> connectionProperties()
These key-value pairs define parameters for the connection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,String> connectionPropertiesAsStrings()
These key-value pairs define parameters for the connection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PhysicalConnectionRequirements physicalConnectionRequirements()
A map of physical connection requirements, such as VPC and SecurityGroup, needed for making this connection successfully.
public ConnectionInput.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ConnectionInput.Builder,ConnectionInput>public static ConnectionInput.Builder builder()
public static Class<? extends ConnectionInput.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.