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