Interface DescribeLimitsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>,DynamoDbResponse.Builder,SdkBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLimitsResponse
@Mutable @NotThreadSafe public static interface DescribeLimitsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLimitsResponse.BuilderaccountMaxReadCapacityUnits(Long accountMaxReadCapacityUnits)The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.DescribeLimitsResponse.BuilderaccountMaxWriteCapacityUnits(Long accountMaxWriteCapacityUnits)The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.DescribeLimitsResponse.BuildertableMaxReadCapacityUnits(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.BuildertableMaxWriteCapacityUnits(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).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
accountMaxReadCapacityUnits
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.
- Parameters:
accountMaxReadCapacityUnits- The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountMaxWriteCapacityUnits
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.
- Parameters:
accountMaxWriteCapacityUnits- The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableMaxReadCapacityUnits
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).
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
tableMaxWriteCapacityUnits
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).
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-