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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeLimitsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeLimitsResultclone()booleanequals(Object obj)LonggetAccountMaxReadCapacityUnits()The maximum total read capacity units that your account allows you to provision across all of your tables in this region.LonggetAccountMaxWriteCapacityUnits()The maximum total write capacity units that your account allows you to provision across all of your tables in this region.LonggetTableMaxReadCapacityUnits()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).LonggetTableMaxWriteCapacityUnits()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).inthashCode()voidsetAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)The maximum total read capacity units that your account allows you to provision across all of your tables in this region.voidsetAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)The maximum total write capacity units that your account allows you to provision across all of your tables in this region.voidsetTableMaxReadCapacityUnits(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).voidsetTableMaxWriteCapacityUnits(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).StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeLimitsResultwithAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)The maximum total read capacity units that your account allows you to provision across all of your tables in this region.DescribeLimitsResultwithAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)The maximum total write capacity units that your account allows you to provision across all of your tables in this region.DescribeLimitsResultwithTableMaxReadCapacityUnits(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).DescribeLimitsResultwithTableMaxWriteCapacityUnits(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).
-
-
-
Method Detail
-
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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeLimitsResult clone()
-
-