Class CfnIndexPropsMixin.AnalysisProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnIndexPropsMixin.AnalysisProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIndexPropsMixin.AnalysisProperty>
- Enclosing interface:
CfnIndexPropsMixin.AnalysisProperty
@Stability(Stable)
public static final class CfnIndexPropsMixin.AnalysisProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIndexPropsMixin.AnalysisProperty>
A builder for
CfnIndexPropsMixin.AnalysisProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnIndexPropsMixin.AnalysisProperty.getAnalyzer()analyzer(IResolvable analyzer) Sets the value ofCfnIndexPropsMixin.AnalysisProperty.getAnalyzer()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
analyzer
@Stability(Stable) public CfnIndexPropsMixin.AnalysisProperty.Builder analyzer(IResolvable analyzer) Sets the value ofCfnIndexPropsMixin.AnalysisProperty.getAnalyzer()- Parameters:
analyzer- Custom analyzer definitions.- Returns:
this
-
analyzer
@Stability(Stable) public CfnIndexPropsMixin.AnalysisProperty.Builder analyzer(Map<String, ? extends Object> analyzer) Sets the value ofCfnIndexPropsMixin.AnalysisProperty.getAnalyzer()- Parameters:
analyzer- Custom analyzer definitions.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIndexPropsMixin.AnalysisProperty>- Returns:
- a new instance of
CfnIndexPropsMixin.AnalysisProperty - Throws:
NullPointerException- if any required attribute was not provided
-