Interface TestFailoverRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<TestFailoverRequest.Builder,
,TestFailoverRequest> ElastiCacheRequest.Builder
,SdkBuilder<TestFailoverRequest.Builder,
,TestFailoverRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
TestFailoverRequest
public static interface TestFailoverRequest.Builder
extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<TestFailoverRequest.Builder,TestFailoverRequest>
-
Method Summary
Modifier and TypeMethodDescriptionnodeGroupId
(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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.replicationGroupId
(String replicationGroupId) The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
replicationGroupId
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
- Parameters:
replicationGroupId
- The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
TestFailoverRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
TestFailoverRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-