Interface RebootReplicationInstanceRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest>, DatabaseMigrationRequest.Builder, SdkBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
RebootReplicationInstanceRequest

  • Method Details

    • replicationInstanceArn

      RebootReplicationInstanceRequest.Builder replicationInstanceArn(String replicationInstanceArn)

      The Amazon Resource Name (ARN) of the replication instance.

      Parameters:
      replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forceFailover

      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.)

      Parameters:
      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.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forcePlannedFailover

      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.)

      Parameters:
      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.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      RebootReplicationInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.