Interface CollectionGroupCapacityLimits.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CollectionGroupCapacityLimits.Builder,,CollectionGroupCapacityLimits> SdkBuilder<CollectionGroupCapacityLimits.Builder,,CollectionGroupCapacityLimits> SdkPojo
- Enclosing class:
CollectionGroupCapacityLimits
@Mutable
@NotThreadSafe
public static interface CollectionGroupCapacityLimits.Builder
extends SdkPojo, CopyableBuilder<CollectionGroupCapacityLimits.Builder,CollectionGroupCapacityLimits>
-
Method Summary
Modifier and TypeMethodDescriptionmaxIndexingCapacityInOCU(Float maxIndexingCapacityInOCU) The maximum indexing capacity for collections in the group.maxSearchCapacityInOCU(Float maxSearchCapacityInOCU) The maximum search capacity for collections in the group.minIndexingCapacityInOCU(Float minIndexingCapacityInOCU) The minimum indexing capacity for collections in the group.minSearchCapacityInOCU(Float minSearchCapacityInOCU) The minimum search capacity for collections in the group.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, sdkFieldNameToField, sdkFields
-
Method Details
-
maxIndexingCapacityInOCU
The maximum indexing capacity for collections in the group.
- Parameters:
maxIndexingCapacityInOCU- The maximum indexing capacity for collections in the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxSearchCapacityInOCU
The maximum search capacity for collections in the group.
- Parameters:
maxSearchCapacityInOCU- The maximum search capacity for collections in the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minIndexingCapacityInOCU
The minimum indexing capacity for collections in the group.
- Parameters:
minIndexingCapacityInOCU- The minimum indexing capacity for collections in the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minSearchCapacityInOCU
The minimum search capacity for collections in the group.
- Parameters:
minSearchCapacityInOCU- The minimum search capacity for collections in the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-