public static interface Connection.Builder extends SdkPojo, CopyableBuilder<Connection.Builder,Connection>
| Modifier and Type | Method and Description |
|---|---|
Connection.Builder |
endpointArn(String endpointArn)
The 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 ARN of the replication instance.
|
Connection.Builder |
replicationInstanceIdentifier(String replicationInstanceIdentifier)
The replication instance identifier.
|
Connection.Builder |
status(String status)
The connection status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnection.Builder replicationInstanceArn(String replicationInstanceArn)
The ARN of the replication instance.
replicationInstanceArn - The ARN of the replication instance.Connection.Builder endpointArn(String endpointArn)
The ARN string that uniquely identifies the endpoint.
endpointArn - The ARN string that uniquely identifies the endpoint.Connection.Builder status(String status)
The connection status. This parameter can return one of the following values:
"successful"
"testing"
"failed"
"deleting"
status - The connection status. This parameter can return one of the following values:
"successful"
"testing"
"failed"
"deleting"
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 and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
endpointIdentifier - The identifier of the endpoint. Identifiers must begin with a letter and must contain only ASCII
letters, digits, and hyphens. They can't 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 © 2023. All rights reserved.