public static interface DescribeLimitsResponse.Builder extends DynamoDbResponse.Builder, CopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
| Modifier and Type | Method and Description | 
|---|---|
DescribeLimitsResponse.Builder | 
accountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)
 The maximum total read capacity units that your account allows you to provision across all of your tables in
 this region. 
 | 
DescribeLimitsResponse.Builder | 
accountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)
 The maximum total write capacity units that your account allows you to provision across all of your tables in
 this region. 
 | 
DescribeLimitsResponse.Builder | 
tableMaxReadCapacityUnits(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). 
 | 
DescribeLimitsResponse.Builder | 
tableMaxWriteCapacityUnits(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). 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeLimitsResponse.Builder accountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
accountMaxReadCapacityUnits - The maximum total read capacity units that your account allows you to provision across all of your
        tables in this region.DescribeLimitsResponse.Builder accountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
accountMaxWriteCapacityUnits - The maximum total write capacity units that your account allows you to provision across all of your
        tables in this region.DescribeLimitsResponse.Builder tableMaxReadCapacityUnits(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).
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).DescribeLimitsResponse.Builder tableMaxWriteCapacityUnits(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).
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).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.