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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityLimits.BuildermaxIndexingCapacityInOCU(Integer maxIndexingCapacityInOCU)The maximum indexing capacity for collections.CapacityLimits.BuildermaxSearchCapacityInOCU(Integer maxSearchCapacityInOCU)The maximum search capacity for collections.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxIndexingCapacityInOCU
CapacityLimits.Builder maxIndexingCapacityInOCU(Integer 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
CapacityLimits.Builder maxSearchCapacityInOCU(Integer 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.
-
-