JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.redshift.model

Class ModifyUsageLimitRequest

    • Constructor Detail

      • ModifyUsageLimitRequest

        public ModifyUsageLimitRequest()
    • Method Detail

      • setUsageLimitId

        public void setUsageLimitId(String usageLimitId)

        The identifier of the usage limit to modify.

        Parameters:
        usageLimitId - The identifier of the usage limit to modify.
      • getUsageLimitId

        public String getUsageLimitId()

        The identifier of the usage limit to modify.

        Returns:
        The identifier of the usage limit to modify.
      • withUsageLimitId

        public ModifyUsageLimitRequest withUsageLimitId(String usageLimitId)

        The identifier of the usage limit to modify.

        Parameters:
        usageLimitId - The identifier of the usage limit to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAmount

        public void setAmount(Long amount)

        The new limit amount. For more information about this parameter, see UsageLimit.

        Parameters:
        amount - The new limit amount. For more information about this parameter, see UsageLimit.
      • getAmount

        public Long getAmount()

        The new limit amount. For more information about this parameter, see UsageLimit.

        Returns:
        The new limit amount. For more information about this parameter, see UsageLimit.
      • withAmount

        public ModifyUsageLimitRequest withAmount(Long amount)

        The new limit amount. For more information about this parameter, see UsageLimit.

        Parameters:
        amount - The new limit amount. For more information about this parameter, see UsageLimit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBreachAction

        public void setBreachAction(String breachAction)

        The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.

        Parameters:
        breachAction - The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
        See Also:
        UsageLimitBreachAction
      • getBreachAction

        public String getBreachAction()

        The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.

        Returns:
        The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
        See Also:
        UsageLimitBreachAction
      • withBreachAction

        public ModifyUsageLimitRequest withBreachAction(String breachAction)

        The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.

        Parameters:
        breachAction - The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UsageLimitBreachAction
      • withBreachAction

        public ModifyUsageLimitRequest withBreachAction(UsageLimitBreachAction breachAction)

        The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.

        Parameters:
        breachAction - The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UsageLimitBreachAction
      • 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 によって変換されたページ (->オリジナル) /