Cloneable
, ReadLimitInfo
, ToCopyableBuilder<TestFailoverRequest.Builder,TestFailoverRequest>
@Generated("software.amazon.awssdk:codegen") public class TestFailoverRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<TestFailoverRequest.Builder,TestFailoverRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
TestFailoverRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static TestFailoverRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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.
|
String |
replicationGroupId() |
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
|
static Class<? extends TestFailoverRequest.Builder> |
serializableBuilderClass() |
|
TestFailoverRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String replicationGroupId()
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
public 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.
public TestFailoverRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TestFailoverRequest.Builder,TestFailoverRequest>
public static TestFailoverRequest.Builder builder()
public static Class<? extends TestFailoverRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.