public static interface RebootReplicationInstanceRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
RebootReplicationInstanceRequest.Builder |
forceFailover(Boolean forceFailover)
If this parameter is
true, the reboot is conducted through a Multi-AZ failover. |
RebootReplicationInstanceRequest.Builder |
forcePlannedFailover(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. |
RebootReplicationInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RebootReplicationInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RebootReplicationInstanceRequest.Builder |
replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRebootReplicationInstanceRequest.Builder replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.RebootReplicationInstanceRequest.Builder forceFailover(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.)
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.)RebootReplicationInstanceRequest.Builder forcePlannedFailover(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.)
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.)RebootReplicationInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRebootReplicationInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.