Class Endpoint
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the database at the endpoint.The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.The database endpoint identifier.The type of endpoint.The database engine name.Additional connection attributes used to connect to the endpoint.The KMS key identifier that will be used to encrypt the connection parameters.getPort()
The port value used to access the endpoint.The name of the server at the endpoint.The status of the endpoint.The user name used to connect to the endpoint.int
hashCode()
void
setDatabaseName
(String databaseName) The name of the database at the endpoint.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 database engine name.void
setExtraConnectionAttributes
(String extraConnectionAttributes) Additional connection attributes used to connect to the endpoint.void
setKmsKeyId
(String kmsKeyId) The KMS key identifier that will be used to encrypt the connection parameters.void
The port value used to access the endpoint.void
setServerName
(String serverName) The name of the server at the endpoint.void
The status of the endpoint.void
setUsername
(String username) The user name used to connect to the endpoint.toString()
Returns a string representation of this object; useful for testing and debugging.withDatabaseName
(String databaseName) The name of the database at the endpoint.withEndpointArn
(String endpointArn) The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.withEndpointIdentifier
(String endpointIdentifier) The database endpoint identifier.withEndpointType
(ReplicationEndpointTypeValue endpointType) The type of endpoint.withEndpointType
(String endpointType) The type of endpoint.withEngineName
(String engineName) The database engine name.withExtraConnectionAttributes
(String extraConnectionAttributes) Additional connection attributes used to connect to the endpoint.withKmsKeyId
(String kmsKeyId) The KMS key identifier that will be used to encrypt the connection parameters.The port value used to access the endpoint.withServerName
(String serverName) The name of the server at the endpoint.withStatus
(String status) The status of the endpoint.withUsername
(String username) The user name used to connect to the endpoint.
-
Constructor Details
-
Endpoint
public Endpoint()
-
-
Method Details
-
setEndpointIdentifier
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withEndpointIdentifier
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndpointType
The type of endpoint.
- Parameters:
endpointType
- The type of endpoint.- See Also:
-
getEndpointType
The type of endpoint.
- Returns:
- The type of endpoint.
- See Also:
-
withEndpointType
The type of endpoint.
- Parameters:
endpointType
- The type of endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setEndpointType
The type of endpoint.
- Parameters:
endpointType
- The type of endpoint.- See Also:
-
withEndpointType
The type of endpoint.
- Parameters:
endpointType
- The type of endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setEngineName
The database engine name.
- Parameters:
engineName
- The database engine name.
-
getEngineName
The database engine name.
- Returns:
- The database engine name.
-
withEngineName
The database engine name.
- Parameters:
engineName
- The database engine name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUsername
The user name used to connect to the endpoint.
- Parameters:
username
- The user name used to connect to the endpoint.
-
getUsername
The user name used to connect to the endpoint.
- Returns:
- The user name used to connect to the endpoint.
-
withUsername
The user name used to connect to the endpoint.
- Parameters:
username
- The user name used to connect to the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setServerName
The name of the server at the endpoint.
- Parameters:
serverName
- The name of the server at the endpoint.
-
getServerName
The name of the server at the endpoint.
- Returns:
- The name of the server at the endpoint.
-
withServerName
The name of the server at the endpoint.
- Parameters:
serverName
- The name of the server at the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPort
The port value used to access the endpoint.
- Parameters:
port
- The port value used to access the endpoint.
-
getPort
The port value used to access the endpoint.
- Returns:
- The port value used to access the endpoint.
-
withPort
The port value used to access the endpoint.
- Parameters:
port
- The port value used to access the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDatabaseName
The name of the database at the endpoint.
- Parameters:
databaseName
- The name of the database at the endpoint.
-
getDatabaseName
The name of the database at the endpoint.
- Returns:
- The name of the database at the endpoint.
-
withDatabaseName
The name of the database at the endpoint.
- Parameters:
databaseName
- The name of the database at the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExtraConnectionAttributes
Additional connection attributes used to connect to the endpoint.
- Parameters:
extraConnectionAttributes
- Additional connection attributes used to connect to the endpoint.
-
getExtraConnectionAttributes
Additional connection attributes used to connect to the endpoint.
- Returns:
- Additional connection attributes used to connect to the endpoint.
-
withExtraConnectionAttributes
Additional connection attributes used to connect to the endpoint.
- Parameters:
extraConnectionAttributes
- Additional connection attributes used to connect to the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the endpoint.
- Parameters:
status
- The status of the endpoint.
-
getStatus
The status of the endpoint.
- Returns:
- The status of the endpoint.
-
withStatus
The status of the endpoint.
- Parameters:
status
- The status of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setKmsKeyId
The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
- Parameters:
kmsKeyId
- The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
-
getKmsKeyId
The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
- Returns:
- The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
-
withKmsKeyId
The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
- Parameters:
kmsKeyId
- The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndpointArn
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Parameters:
endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
-
getEndpointArn
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Returns:
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
-
withEndpointArn
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Parameters:
endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-