Interface ModifyCurrentDbClusterCapacityResponse.Builder

    • Method Detail

      • dbClusterIdentifier

        ModifyCurrentDbClusterCapacityResponse.Builder dbClusterIdentifier​(String dbClusterIdentifier)

        A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

        Parameters:
        dbClusterIdentifier - A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingCapacity

        ModifyCurrentDbClusterCapacityResponse.Builder pendingCapacity​(Integer pendingCapacity)

        A value that specifies the capacity that the DB cluster scales to next.

        Parameters:
        pendingCapacity - A value that specifies the capacity that the DB cluster scales to next.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • currentCapacity

        ModifyCurrentDbClusterCapacityResponse.Builder currentCapacity​(Integer currentCapacity)

        The current capacity of the DB cluster.

        Parameters:
        currentCapacity - The current capacity of the DB cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secondsBeforeTimeout

        ModifyCurrentDbClusterCapacityResponse.Builder secondsBeforeTimeout​(Integer secondsBeforeTimeout)

        The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.

        Parameters:
        secondsBeforeTimeout - The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeoutAction

        ModifyCurrentDbClusterCapacityResponse.Builder timeoutAction​(String timeoutAction)

        The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.

        Parameters:
        timeoutAction - The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.
        Returns:
        Returns a reference to this object so that method calls can be chained together.