public static interface TestFailoverRequest.Builder extends ElastiCacheRequest.Builder, CopyableBuilder<TestFailoverRequest.Builder,TestFailoverRequest>
| Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
TestFailoverRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
TestFailoverRequest.Builder |
replicationGroupId(String replicationGroupId)
The name of the replication group (console: cluster) whose automatic failover is being tested by this
operation.
|
buildoverrideConfigurationcopyapplyMutation, buildTestFailoverRequest.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.TestFailoverRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.TestFailoverRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.