Class DescribeLimitsResult

java.lang.Object
com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeLimitsResult extends Object implements Serializable, Cloneable

Represents the output of a DescribeLimits operation.

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
    The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
    The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).
    The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).
    int
     
    void
    setAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)
    The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
    void
    setAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)
    The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
    void
    setTableMaxReadCapacityUnits(Long tableMaxReadCapacityUnits)
    The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).
    void
    setTableMaxWriteCapacityUnits(Long tableMaxWriteCapacityUnits)
    The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).
    Returns a string representation of this object; useful for testing and debugging.
    withAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)
    The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
    withAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)
    The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
    withTableMaxReadCapacityUnits(Long tableMaxReadCapacityUnits)
    The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).
    withTableMaxWriteCapacityUnits(Long tableMaxWriteCapacityUnits)
    The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DescribeLimitsResult

      public DescribeLimitsResult()
  • Method Details

    • setAccountMaxReadCapacityUnits

      public void setAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)

      The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

      Parameters:
      accountMaxReadCapacityUnits - The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
    • getAccountMaxReadCapacityUnits

      public Long getAccountMaxReadCapacityUnits()

      The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

      Returns:
      The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
    • withAccountMaxReadCapacityUnits

      public DescribeLimitsResult withAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)

      The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

      Parameters:
      accountMaxReadCapacityUnits - The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setAccountMaxWriteCapacityUnits

      public void setAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)

      The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

      Parameters:
      accountMaxWriteCapacityUnits - The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
    • getAccountMaxWriteCapacityUnits

      public Long getAccountMaxWriteCapacityUnits()

      The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

      Returns:
      The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
    • withAccountMaxWriteCapacityUnits

      public DescribeLimitsResult withAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)

      The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

      Parameters:
      accountMaxWriteCapacityUnits - The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setTableMaxReadCapacityUnits

      public void setTableMaxReadCapacityUnits(Long tableMaxReadCapacityUnits)

      The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

      Parameters:
      tableMaxReadCapacityUnits - The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).
    • getTableMaxReadCapacityUnits

      public Long getTableMaxReadCapacityUnits()

      The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

      Returns:
      The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).
    • withTableMaxReadCapacityUnits

      public DescribeLimitsResult withTableMaxReadCapacityUnits(Long tableMaxReadCapacityUnits)

      The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

      Parameters:
      tableMaxReadCapacityUnits - The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setTableMaxWriteCapacityUnits

      public void setTableMaxWriteCapacityUnits(Long tableMaxWriteCapacityUnits)

      The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

      Parameters:
      tableMaxWriteCapacityUnits - The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).
    • getTableMaxWriteCapacityUnits

      public Long getTableMaxWriteCapacityUnits()

      The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

      Returns:
      The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).
    • withTableMaxWriteCapacityUnits

      public DescribeLimitsResult withTableMaxWriteCapacityUnits(Long tableMaxWriteCapacityUnits)

      The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

      Parameters:
      tableMaxWriteCapacityUnits - The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).
      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; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public DescribeLimitsResult clone()
      Overrides:
      clone in class Object