Class RebootReplicationInstanceRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest
software.amazon.awssdk.services.databasemigration.model.RebootReplicationInstanceRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest>
@Generated("software.amazon.awssdk:codegen")
public final class RebootReplicationInstanceRequest
extends DatabaseMigrationRequest
implements ToCopyableBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final BooleanIf this parameter istrue, the reboot is conducted through a Multi-AZ failover.final BooleanIf this parameter istrue, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe Amazon Resource Name (ARN) of the replication instance.static Class<? extends RebootReplicationInstanceRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
replicationInstanceArn
The Amazon Resource Name (ARN) of the replication instance.
- Returns:
- The Amazon Resource Name (ARN) of the replication instance.
-
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 specifytrue. (--force-planned-failoverand--force-failovercan't both be set totrue.)- Returns:
- 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 specifytrue. (--force-planned-failoverand--force-failovercan't both be set totrue.)
-
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 specifytrue. (--force-planned-failoverand--force-failovercan't both be set totrue.)- Returns:
- 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 specifytrue. (--force-planned-failoverand--force-failovercan't both be set totrue.)
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest> - Specified by:
toBuilderin classDatabaseMigrationRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-