@Generated(value="software.amazon.awssdk:codegen") public final class RebootReplicationInstanceRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RebootReplicationInstanceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RebootReplicationInstanceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceFailover()
If this parameter is
true, the reboot is conducted through a Multi-AZ failover. |
Boolean |
forcePlannedFailover()
If this parameter is
true, the reboot is conducted through a planned Multi-AZ failover where
resources are released and cleaned up prior to conducting the failover. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RebootReplicationInstanceRequest.Builder> |
serializableBuilderClass() |
RebootReplicationInstanceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public final Boolean forceFailover()
If this parameter is true, the reboot is conducted through a Multi-AZ failover. If the instance
isn't configured for Multi-AZ, then you can't specify true. ( --force-planned-failover
and --force-failover can't both be set to true.)
true, the reboot is conducted through a Multi-AZ failover. If the
instance isn't configured for Multi-AZ, then you can't specify true. (
--force-planned-failover and --force-failover can't both be set to
true.)public final Boolean forcePlannedFailover()
If this parameter is true, the reboot is conducted through a planned Multi-AZ failover where
resources are released and cleaned up prior to conducting the failover. If the instance isn''t configured for
Multi-AZ, then you can't specify true. ( --force-planned-failover and
--force-failover can't both be set to true.)
true, the reboot is conducted through a planned Multi-AZ failover where
resources are released and cleaned up prior to conducting the failover. If the instance isn''t configured
for Multi-AZ, then you can't specify true. ( --force-planned-failover and
--force-failover can't both be set to true.)public RebootReplicationInstanceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest>toBuilder in class DatabaseMigrationRequestpublic static RebootReplicationInstanceRequest.Builder builder()
public static Class<? extends RebootReplicationInstanceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.