@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
String |
getDatabaseName()
The name of the endpoint database.
|
String |
getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
String |
getEndpointIdentifier()
The database endpoint identifier.
|
String |
getEndpointType()
The type of endpoint.
|
String |
getEngineName()
The type of engine for the endpoint.
|
String |
getExtraConnectionAttributes()
Additional attributes associated with the connection.
|
String |
getPassword()
The password to be used to login to the endpoint database.
|
Integer |
getPort()
The port used by the endpoint database.
|
String |
getServerName()
The name of the server where the endpoint database resides.
|
String |
getSslMode()
The SSL mode to be used.
|
String |
getUsername()
The user name to be used to login to the endpoint database.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
void |
setDatabaseName(String databaseName)
The name of the endpoint database.
|
void |
setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
void |
setEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
void |
setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
void |
setEndpointType(String endpointType)
The type of endpoint.
|
void |
setEngineName(String engineName)
The type of engine for the endpoint.
|
void |
setExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
void |
setPassword(String password)
The password to be used to login to the endpoint database.
|
void |
setPort(Integer port)
The port used by the endpoint database.
|
void |
setServerName(String serverName)
The name of the server where the endpoint database resides.
|
void |
setSslMode(DmsSslModeValue sslMode)
The SSL mode to be used.
|
void |
setSslMode(String sslMode)
The SSL mode to be used.
|
void |
setUsername(String username)
The user name to be used to login to the endpoint database.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ModifyEndpointRequest |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
ModifyEndpointRequest |
withDatabaseName(String databaseName)
The name of the endpoint database.
|
ModifyEndpointRequest |
withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
ModifyEndpointRequest |
withEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
ModifyEndpointRequest |
withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
ModifyEndpointRequest |
withEndpointType(String endpointType)
The type of endpoint.
|
ModifyEndpointRequest |
withEngineName(String engineName)
The type of engine for the endpoint.
|
ModifyEndpointRequest |
withExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
ModifyEndpointRequest |
withPassword(String password)
The password to be used to login to the endpoint database.
|
ModifyEndpointRequest |
withPort(Integer port)
The port used by the endpoint database.
|
ModifyEndpointRequest |
withServerName(String serverName)
The name of the server where the endpoint database resides.
|
ModifyEndpointRequest |
withSslMode(DmsSslModeValue sslMode)
The SSL mode to be used.
|
ModifyEndpointRequest |
withSslMode(String sslMode)
The SSL mode to be used.
|
ModifyEndpointRequest |
withUsername(String username)
The user name to be used to login to the endpoint database.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.public String getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
public ModifyEndpointRequest withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.public void setEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
endpointIdentifier
- The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters,
digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.public String getEndpointIdentifier()
The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
public ModifyEndpointRequest withEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
endpointIdentifier
- The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters,
digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.public void setEndpointType(String endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public String getEndpointType()
The type of endpoint.
ReplicationEndpointTypeValue
public ModifyEndpointRequest withEndpointType(String endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public void setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public ModifyEndpointRequest withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public void setEngineName(String engineName)
The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, SYBASE, and SQLSERVER.
engineName
- The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA,
REDSHIFT, SYBASE, and SQLSERVER.public String getEngineName()
The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, SYBASE, and SQLSERVER.
public ModifyEndpointRequest withEngineName(String engineName)
The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, SYBASE, and SQLSERVER.
engineName
- The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA,
REDSHIFT, SYBASE, and SQLSERVER.public void setUsername(String username)
The user name to be used to login to the endpoint database.
username
- The user name to be used to login to the endpoint database.public String getUsername()
The user name to be used to login to the endpoint database.
public ModifyEndpointRequest withUsername(String username)
The user name to be used to login to the endpoint database.
username
- The user name to be used to login to the endpoint database.public void setPassword(String password)
The password to be used to login to the endpoint database.
password
- The password to be used to login to the endpoint database.public String getPassword()
The password to be used to login to the endpoint database.
public ModifyEndpointRequest withPassword(String password)
The password to be used to login to the endpoint database.
password
- The password to be used to login to the endpoint database.public void setServerName(String serverName)
The name of the server where the endpoint database resides.
serverName
- The name of the server where the endpoint database resides.public String getServerName()
The name of the server where the endpoint database resides.
public ModifyEndpointRequest withServerName(String serverName)
The name of the server where the endpoint database resides.
serverName
- The name of the server where the endpoint database resides.public void setPort(Integer port)
The port used by the endpoint database.
port
- The port used by the endpoint database.public Integer getPort()
The port used by the endpoint database.
public ModifyEndpointRequest withPort(Integer port)
The port used by the endpoint database.
port
- The port used by the endpoint database.public void setDatabaseName(String databaseName)
The name of the endpoint database.
databaseName
- The name of the endpoint database.public String getDatabaseName()
The name of the endpoint database.
public ModifyEndpointRequest withDatabaseName(String databaseName)
The name of the endpoint database.
databaseName
- The name of the endpoint database.public void setExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
extraConnectionAttributes
- Additional attributes associated with the connection.public String getExtraConnectionAttributes()
Additional attributes associated with the connection.
public ModifyEndpointRequest withExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
extraConnectionAttributes
- Additional attributes associated with the connection.public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
certificateArn
- The Amazon Resource Name (ARN) of the certificate used for SSL connection.public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
public ModifyEndpointRequest withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
certificateArn
- The Amazon Resource Name (ARN) of the certificate used for SSL connection.public void setSslMode(String sslMode)
The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode
- The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public String getSslMode()
The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public ModifyEndpointRequest withSslMode(String sslMode)
The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode
- The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public void setSslMode(DmsSslModeValue sslMode)
The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode
- The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public ModifyEndpointRequest withSslMode(DmsSslModeValue sslMode)
The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode
- The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public String toString()
toString
in class Object
Object.toString()
public ModifyEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.