ModifyEndpointRequest |
ModifyEndpointRequest.clone() |
|
ModifyEndpointRequest |
ModifyEndpointRequest.withDatabaseName(String databaseName) |
The name of the endpoint database.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointArn(String endpointArn) |
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointIdentifier(String endpointIdentifier) |
The database endpoint identifier.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointType(ReplicationEndpointTypeValue endpointType) |
The type of endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointType(String endpointType) |
The type of endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEngineName(String engineName) |
The type of engine for the endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withExtraConnectionAttributes(String extraConnectionAttributes) |
Additional attributes associated with the connection.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withPassword(String password) |
The password to be used to login to the endpoint database.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withPort(Integer port) |
The port used by the endpoint database.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withServerName(String serverName) |
The name of the server where the endpoint database resides.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withUsername(String username) |
The user name to be used to login to the endpoint database.
|