Interface CapacityLimits.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CapacityLimits.Builder,,CapacityLimits> SdkBuilder<CapacityLimits.Builder,,CapacityLimits> SdkPojo
- Enclosing class:
 CapacityLimits
public static interface CapacityLimits.Builder
extends SdkPojo, CopyableBuilder<CapacityLimits.Builder,CapacityLimits> 
- 
Method Summary
Modifier and TypeMethodDescriptionmaxIndexingCapacityInOCU(Integer maxIndexingCapacityInOCU) The maximum indexing capacity for collections.maxSearchCapacityInOCU(Integer maxSearchCapacityInOCU) The maximum search capacity for collections.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
maxIndexingCapacityInOCU
The maximum indexing capacity for collections.
- Parameters:
 maxIndexingCapacityInOCU- The maximum indexing capacity for collections.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxSearchCapacityInOCU
The maximum search capacity for collections.
- Parameters:
 maxSearchCapacityInOCU- The maximum search capacity for collections.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -