CopyableBuilder<TestConnectionRequest.Builder,TestConnectionRequest>
, SdkBuilder<TestConnectionRequest.Builder,TestConnectionRequest>
public static interface TestConnectionRequest.Builder extends CopyableBuilder<TestConnectionRequest.Builder,TestConnectionRequest>
Modifier and Type | Method | Description |
---|---|---|
TestConnectionRequest.Builder |
endpointArn(String endpointArn) |
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
TestConnectionRequest.Builder |
replicationInstanceArn(String replicationInstanceArn) |
The Amazon Resource Name (ARN) of the replication instance.
|
copy
apply, build
TestConnectionRequest.Builder replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.TestConnectionRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.