Interface FailoverDbClusterRequest.Builder

    • Method Detail

      • dbClusterIdentifier

        FailoverDbClusterRequest.Builder dbClusterIdentifier​(String dbClusterIdentifier)

        The identifier of the DB cluster to force a failover for. This parameter isn't case-sensitive.

        Constraints:

        • Must match the identifier of an existing DB cluster.

        Parameters:
        dbClusterIdentifier - The identifier of the DB cluster to force a failover for. This parameter isn't case-sensitive.

        Constraints:

        • Must match the identifier of an existing DB cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetDBInstanceIdentifier

        FailoverDbClusterRequest.Builder targetDBInstanceIdentifier​(String targetDBInstanceIdentifier)

        The name of the DB instance to promote to the primary DB instance.

        Specify the DB instance identifier for an Aurora Replica or a Multi-AZ readable standby in the DB cluster, for example mydbcluster-replica1.

        This setting isn't supported for RDS for MySQL Multi-AZ DB clusters.

        Parameters:
        targetDBInstanceIdentifier - The name of the DB instance to promote to the primary DB instance.

        Specify the DB instance identifier for an Aurora Replica or a Multi-AZ readable standby in the DB cluster, for example mydbcluster-replica1.

        This setting isn't supported for RDS for MySQL Multi-AZ DB clusters.

        Returns:
        Returns a reference to this object so that method calls can be chained together.