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 |
replicationGroupId(String replicationGroupId)
The name of the replication group (console: cluster) whose automatic failover is being tested by this
operation.
|
TestFailoverRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
TestFailoverRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
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.TestFailoverRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.TestFailoverRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.