public class DescribeLimitsResult extends Object implements Serializable, Cloneable
Represents the output of a DescribeLimits operation.
Constructor and Description |
---|
DescribeLimitsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLimitsResult |
clone() |
boolean |
equals(Object obj) |
Long |
getAccountMaxReadCapacityUnits()
The maximum total Read-Capacity Units (RCUs) that your account allows you
to provision across all your tables in this region.
|
Long |
getAccountMaxWriteCapacityUnits()
The maximum total Write-Capacity Units (WCUs) that your account allows
you to provision across all your tables in this region.
|
Long |
getTableMaxReadCapacityUnits()
The maximum Read-Capacity Units (RCUs) that your account allows you to
provision for a new table you are creating in this region, including the
RCUs provisioned for its global secondary indexes (GSIs).
|
Long |
getTableMaxWriteCapacityUnits()
The maximum Write-Capacity Units (WCUs) that your account allows you to
provision for a new table you are creating in this region, including the
WCUs provisioned for its global secondary indexes (GSIs).
|
int |
hashCode() |
void |
setAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)
The maximum total Read-Capacity Units (RCUs) that your account allows you
to provision across all your tables in this region.
|
void |
setAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)
The maximum total Write-Capacity Units (WCUs) that your account allows
you to provision across all your tables in this region.
|
void |
setTableMaxReadCapacityUnits(Long tableMaxReadCapacityUnits)
The maximum Read-Capacity Units (RCUs) that your account allows you to
provision for a new table you are creating in this region, including the
RCUs provisioned for its global secondary indexes (GSIs).
|
void |
setTableMaxWriteCapacityUnits(Long tableMaxWriteCapacityUnits)
The maximum Write-Capacity Units (WCUs) that your account allows you to
provision for a new table you are creating in this region, including the
WCUs 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 (RCUs) that your account allows you
to provision across all your tables in this region.
|
DescribeLimitsResult |
withAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)
The maximum total Write-Capacity Units (WCUs) that your account allows
you to provision across all your tables in this region.
|
DescribeLimitsResult |
withTableMaxReadCapacityUnits(Long tableMaxReadCapacityUnits)
The maximum Read-Capacity Units (RCUs) that your account allows you to
provision for a new table you are creating in this region, including the
RCUs provisioned for its global secondary indexes (GSIs).
|
DescribeLimitsResult |
withTableMaxWriteCapacityUnits(Long tableMaxWriteCapacityUnits)
The maximum Write-Capacity Units (WCUs) that your account allows you to
provision for a new table you are creating in this region, including the
WCUs provisioned for its global secondary indexes (GSIs).
|
public void setAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)
The maximum total Read-Capacity Units (RCUs) that your account allows you to provision across all your tables in this region.
accountMaxReadCapacityUnits
- The maximum total Read-Capacity Units (RCUs) that your account
allows you to provision across all your tables in this region.public Long getAccountMaxReadCapacityUnits()
The maximum total Read-Capacity Units (RCUs) that your account allows you to provision across all your tables in this region.
public DescribeLimitsResult withAccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)
The maximum total Read-Capacity Units (RCUs) that your account allows you to provision across all your tables in this region.
accountMaxReadCapacityUnits
- The maximum total Read-Capacity Units (RCUs) that your account
allows you to provision across all your tables in this region.public void setAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)
The maximum total Write-Capacity Units (WCUs) that your account allows you to provision across all your tables in this region.
accountMaxWriteCapacityUnits
- The maximum total Write-Capacity Units (WCUs) that your account
allows you to provision across all your tables in this region.public Long getAccountMaxWriteCapacityUnits()
The maximum total Write-Capacity Units (WCUs) that your account allows you to provision across all your tables in this region.
public DescribeLimitsResult withAccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)
The maximum total Write-Capacity Units (WCUs) that your account allows you to provision across all your tables in this region.
accountMaxWriteCapacityUnits
- The maximum total Write-Capacity Units (WCUs) that your account
allows you to provision across all your tables in this region.public void setTableMaxReadCapacityUnits(Long tableMaxReadCapacityUnits)
The maximum Read-Capacity Units (RCUs) that your account allows you to provision for a new table you are creating in this region, including the RCUs provisioned for its global secondary indexes (GSIs).
tableMaxReadCapacityUnits
- The maximum Read-Capacity Units (RCUs) that your account allows
you to provision for a new table you are creating in this region,
including the RCUs provisioned for its global secondary indexes
(GSIs).public Long getTableMaxReadCapacityUnits()
The maximum Read-Capacity Units (RCUs) that your account allows you to provision for a new table you are creating in this region, including the RCUs provisioned for its global secondary indexes (GSIs).
public DescribeLimitsResult withTableMaxReadCapacityUnits(Long tableMaxReadCapacityUnits)
The maximum Read-Capacity Units (RCUs) that your account allows you to provision for a new table you are creating in this region, including the RCUs provisioned for its global secondary indexes (GSIs).
tableMaxReadCapacityUnits
- The maximum Read-Capacity Units (RCUs) that your account allows
you to provision for a new table you are creating in this region,
including the RCUs provisioned for its global secondary indexes
(GSIs).public void setTableMaxWriteCapacityUnits(Long tableMaxWriteCapacityUnits)
The maximum Write-Capacity Units (WCUs) that your account allows you to provision for a new table you are creating in this region, including the WCUs provisioned for its global secondary indexes (GSIs).
tableMaxWriteCapacityUnits
- The maximum Write-Capacity Units (WCUs) that your account allows
you to provision for a new table you are creating in this region,
including the WCUs provisioned for its global secondary indexes
(GSIs).public Long getTableMaxWriteCapacityUnits()
The maximum Write-Capacity Units (WCUs) that your account allows you to provision for a new table you are creating in this region, including the WCUs provisioned for its global secondary indexes (GSIs).
public DescribeLimitsResult withTableMaxWriteCapacityUnits(Long tableMaxWriteCapacityUnits)
The maximum Write-Capacity Units (WCUs) that your account allows you to provision for a new table you are creating in this region, including the WCUs provisioned for its global secondary indexes (GSIs).
tableMaxWriteCapacityUnits
- The maximum Write-Capacity Units (WCUs) that your account allows
you to provision for a new table you are creating in this region,
including the WCUs provisioned for its global secondary indexes
(GSIs).public String toString()
toString
in class Object
Object.toString()
public DescribeLimitsResult clone()
Copyright © 2016. All rights reserved.