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 DescribeLimitsResult
clone()
boolean
equals(Object obj)
Long
getAccountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.Long
getAccountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.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).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).int
hashCode()
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).String
toString()
Returns a string representation of this object; useful for testing and debugging.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.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.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).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).
-
-
-
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeLimitsResult clone()
-
-