public class DescribeLimitsResult
extends java.lang.Object
implements java.io.Serializable
Represents the output of a DescribeLimits
operation.
Constructor and Description |
---|
DescribeLimitsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getAccountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to
provision across all of your tables in this region.
|
java.lang.Long |
getAccountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to
provision across all of your tables in this region.
|
java.lang.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).
|
java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLimitsResult |
withAccountMaxReadCapacityUnits(java.lang.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(java.lang.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(java.lang.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(java.lang.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 java.lang.Long getAccountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
Constraints:
Range: 1 -
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
public void setAccountMaxReadCapacityUnits(java.lang.Long accountMaxReadCapacityUnits)
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
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(java.lang.Long accountMaxReadCapacityUnits)
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
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 java.lang.Long getAccountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
Constraints:
Range: 1 -
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
public void setAccountMaxWriteCapacityUnits(java.lang.Long accountMaxWriteCapacityUnits)
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
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(java.lang.Long accountMaxWriteCapacityUnits)
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
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 java.lang.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).
Constraints:
Range: 1 -
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 void setTableMaxReadCapacityUnits(java.lang.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).
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(java.lang.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).
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 java.lang.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).
Constraints:
Range: 1 -
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 void setTableMaxWriteCapacityUnits(java.lang.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).
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(java.lang.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 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.