Interface RebootReplicationInstanceRequest.Builder

    • Method Detail

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