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
All Methods Instance Methods Abstract Methods 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
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
TestFailoverRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
TestFailoverRequest.Builder
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 Detail
-
replicationGroupId
TestFailoverRequest.Builder replicationGroupId(String 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
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 15 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 15 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
TestFailoverRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-