public class DescribeLimitsResult extends Object implements Serializable
Represents the output of a DescribeLimits operation.
| Constructor and Description |
|---|
DescribeLimitsResult() |
| Modifier and Type | Method and Description |
|---|---|
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).
|
public Long getAccountMaxReadCapacityUnits()
Constraints:
Range: 1 -
public void setAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)
Constraints:
Range: 1 -
accountMaxReadCapacityUnits - The maximum total read capacity units that your account allows you to
provision across all of your tables in this region.public DescribeLimitsResult withAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
accountMaxReadCapacityUnits - The maximum total read capacity units that your account allows you to
provision across all of your tables in this region.public Long getAccountMaxWriteCapacityUnits()
Constraints:
Range: 1 -
public void setAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)
Constraints:
Range: 1 -
accountMaxWriteCapacityUnits - The maximum total write capacity units that your account allows you to
provision across all of your tables in this region.public DescribeLimitsResult withAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
accountMaxWriteCapacityUnits - The maximum total write capacity units that your account allows you to
provision across all of your tables in this region.public Long getTableMaxReadCapacityUnits()
Constraints:
Range: 1 -
public void setTableMaxReadCapacityUnits(Long tableMaxReadCapacityUnits)
Constraints:
Range: 1 -
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).public DescribeLimitsResult withTableMaxReadCapacityUnits(Long tableMaxReadCapacityUnits)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
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).public Long getTableMaxWriteCapacityUnits()
Constraints:
Range: 1 -
public void setTableMaxWriteCapacityUnits(Long tableMaxWriteCapacityUnits)
Constraints:
Range: 1 -
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).public DescribeLimitsResult withTableMaxWriteCapacityUnits(Long tableMaxWriteCapacityUnits)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
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).public String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.