ToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeLimitsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
Represents the output of a DescribeLimits
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeLimitsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
Long |
accountMaxReadCapacityUnits() |
The maximum total read capacity units that your account allows you to provision across all of your tables in this
region.
|
Long |
accountMaxWriteCapacityUnits() |
The maximum total write capacity units that your account allows you to provision across all of your tables in
this region.
|
static DescribeLimitsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeLimitsResponse.Builder> |
serializableBuilderClass() |
|
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).
|
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).
|
DescribeLimitsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Long accountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
public Long accountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
public 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).
public 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 DescribeLimitsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
public static DescribeLimitsResponse.Builder builder()
public static Class<? extends DescribeLimitsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.