Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnIndexPropsMixin.Builder
Packages that use CfnIndexPropsMixin.Builder
-
Uses of CfnIndexPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless
Methods in software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless that return CfnIndexPropsMixin.BuilderModifier and TypeMethodDescriptionCfnIndexPropsMixin.Builder.collectionEndpoint(String collectionEndpoint) The endpoint for the collection.static CfnIndexPropsMixin.BuilderCfnIndexPropsMixin.Builder.create()static CfnIndexPropsMixin.BuilderCfnIndexPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name of the OpenSearch Serverless index.CfnIndexPropsMixin.Builder.mappings(CfnIndexPropsMixin.MappingsProperty mappings) Index mappings for the OpenSearch Serverless index.CfnIndexPropsMixin.Builder.mappings(IResolvable mappings) Index mappings for the OpenSearch Serverless index.CfnIndexPropsMixin.Builder.settings(CfnIndexPropsMixin.IndexSettingsProperty settings) Index settings for the OpenSearch Serverless index.CfnIndexPropsMixin.Builder.settings(IResolvable settings) Index settings for the OpenSearch Serverless index.