Class CfnCollectionIndexPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnCollectionIndexPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCollectionIndexPropsMixin>
- Enclosing class:
CfnCollectionIndexPropsMixin
@Stability(Stable)
public static final class CfnCollectionIndexPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCollectionIndexPropsMixin>
A fluent builder for
CfnCollectionIndexPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The identifier of the collection.The name of the collection index.indexSchema(String indexSchema) The Mappings for the collection index.
-
Method Details
-
create
@Stability(Stable) public static CfnCollectionIndexPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCollectionIndexPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCollectionIndexPropsMixin.Builder.
-
id
The identifier of the collection.- Parameters:
id- The identifier of the collection. This parameter is required.- Returns:
this- See Also:
-
indexName
The name of the collection index.- Parameters:
indexName- The name of the collection index. This parameter is required.- Returns:
this- See Also:
-
indexSchema
The Mappings for the collection index.- Parameters:
indexSchema- The Mappings for the collection index. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCollectionIndexPropsMixin>- Returns:
- a newly built instance of
CfnCollectionIndexPropsMixin.
-