CopyableBuilder<TestFailoverRequest.Builder,TestFailoverRequest>
, SdkBuilder<TestFailoverRequest.Builder,TestFailoverRequest>
public static interface TestFailoverRequest.Builder extends CopyableBuilder<TestFailoverRequest.Builder,TestFailoverRequest>
Modifier and Type | Method | Description |
---|---|---|
TestFailoverRequest.Builder |
nodeGroupId(String nodeGroupId) |
The name of the node group (called shard in the console) in this replication group on which automatic
failover is to be tested.
|
TestFailoverRequest.Builder |
replicationGroupId(String replicationGroupId) |
The name of the replication group (console: cluster) whose automatic failover is being tested by this
operation.
|
copy
apply, build
TestFailoverRequest.Builder replicationGroupId(String replicationGroupId)
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
replicationGroupId
- The name of the replication group (console: cluster) whose automatic failover is being tested by this
operation.TestFailoverRequest.Builder nodeGroupId(String nodeGroupId)
The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.
nodeGroupId
- The name of the node group (called shard in the console) in this replication group on which automatic
failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling
24-hour period.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.