JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.rds.model

Class ModifyCurrentDBClusterCapacityResult

    • Constructor Detail

      • ModifyCurrentDBClusterCapacityResult

        public ModifyCurrentDBClusterCapacityResult()
    • Method Detail

      • setDBClusterIdentifier

        public void setDBClusterIdentifier(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.
      • getDBClusterIdentifier

        public String getDBClusterIdentifier()

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

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

        public ModifyCurrentDBClusterCapacityResult withDBClusterIdentifier(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.
      • setPendingCapacity

        public void setPendingCapacity(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.
      • getPendingCapacity

        public Integer getPendingCapacity()

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

        Returns:
        A value that specifies the capacity that the DB cluster scales to next.
      • withPendingCapacity

        public ModifyCurrentDBClusterCapacityResult withPendingCapacity(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.
      • setCurrentCapacity

        public void setCurrentCapacity(Integer currentCapacity)

        The current capacity of the DB cluster.

        Parameters:
        currentCapacity - The current capacity of the DB cluster.
      • getCurrentCapacity

        public Integer getCurrentCapacity()

        The current capacity of the DB cluster.

        Returns:
        The current capacity of the DB cluster.
      • withCurrentCapacity

        public ModifyCurrentDBClusterCapacityResult withCurrentCapacity(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.
      • setSecondsBeforeTimeout

        public void setSecondsBeforeTimeout(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.
      • getSecondsBeforeTimeout

        public Integer getSecondsBeforeTimeout()

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

        Returns:
        The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.
      • withSecondsBeforeTimeout

        public ModifyCurrentDBClusterCapacityResult withSecondsBeforeTimeout(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.
      • setTimeoutAction

        public void setTimeoutAction(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.
      • getTimeoutAction

        public String getTimeoutAction()

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

        Returns:
        The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.
      • withTimeoutAction

        public ModifyCurrentDBClusterCapacityResult withTimeoutAction(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /