public static interface Connection.Builder extends CopyableBuilder<Connection.Builder,Connection>
| Modifier and Type | Method and Description |
|---|---|
Connection.Builder |
endpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
Connection.Builder |
endpointIdentifier(String endpointIdentifier)
The identifier of the endpoint.
|
Connection.Builder |
lastFailureMessage(String lastFailureMessage)
The error message when the connection last failed.
|
Connection.Builder |
replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
Connection.Builder |
replicationInstanceIdentifier(String replicationInstanceIdentifier)
The replication instance identifier.
|
Connection.Builder |
status(String status)
The connection status.
|
copyapply, buildConnection.Builder replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.Connection.Builder endpointArn(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.Connection.Builder status(String status)
The connection status.
status - The connection status.Connection.Builder lastFailureMessage(String lastFailureMessage)
The error message when the connection last failed.
lastFailureMessage - The error message when the connection last failed.Connection.Builder endpointIdentifier(String endpointIdentifier)
The identifier of the endpoint. 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 identifier of the endpoint. 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.Connection.Builder replicationInstanceIdentifier(String replicationInstanceIdentifier)
The replication instance identifier. This parameter is stored as a lowercase string.
replicationInstanceIdentifier - The replication instance identifier. This parameter is stored as a lowercase string.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.