Class CfnCollectionGroupPropsMixin.CapacityLimitsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnCollectionGroupPropsMixin.CapacityLimitsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCollectionGroupPropsMixin.CapacityLimitsProperty>
- Enclosing interface:
CfnCollectionGroupPropsMixin.CapacityLimitsProperty
@Stability(Stable)
public static final class CfnCollectionGroupPropsMixin.CapacityLimitsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCollectionGroupPropsMixin.CapacityLimitsProperty>
A builder for
CfnCollectionGroupPropsMixin.CapacityLimitsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.maxIndexingCapacityInOcu(Number maxIndexingCapacityInOcu) maxSearchCapacityInOcu(Number maxSearchCapacityInOcu) minIndexingCapacityInOcu(Number minIndexingCapacityInOcu) minSearchCapacityInOcu(Number minSearchCapacityInOcu)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxIndexingCapacityInOcu
@Stability(Stable) public CfnCollectionGroupPropsMixin.CapacityLimitsProperty.Builder maxIndexingCapacityInOcu(Number maxIndexingCapacityInOcu) - Parameters:
maxIndexingCapacityInOcu- The maximum indexing capacity for collections in the group.- Returns:
this
-
maxSearchCapacityInOcu
@Stability(Stable) public CfnCollectionGroupPropsMixin.CapacityLimitsProperty.Builder maxSearchCapacityInOcu(Number maxSearchCapacityInOcu) - Parameters:
maxSearchCapacityInOcu- The maximum search capacity for collections in the group.- Returns:
this
-
minIndexingCapacityInOcu
@Stability(Stable) public CfnCollectionGroupPropsMixin.CapacityLimitsProperty.Builder minIndexingCapacityInOcu(Number minIndexingCapacityInOcu) - Parameters:
minIndexingCapacityInOcu- The minimum indexing capacity for collections in the group.- Returns:
this
-
minSearchCapacityInOcu
@Stability(Stable) public CfnCollectionGroupPropsMixin.CapacityLimitsProperty.Builder minSearchCapacityInOcu(Number minSearchCapacityInOcu) - Parameters:
minSearchCapacityInOcu- The minimum search capacity for collections in the group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCollectionGroupPropsMixin.CapacityLimitsProperty>- Returns:
- a new instance of
CfnCollectionGroupPropsMixin.CapacityLimitsProperty - Throws:
NullPointerException- if any required attribute was not provided
-