Class CfnDomainPropsMixin.AIMLOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.AIMLOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.AIMLOptionsProperty>
- Enclosing interface:
CfnDomainPropsMixin.AIMLOptionsProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.AIMLOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.AIMLOptionsProperty>
A builder for
CfnDomainPropsMixin.AIMLOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3VectorsEngine(CfnDomainPropsMixin.S3VectorsEngineProperty s3VectorsEngine) Sets the value ofCfnDomainPropsMixin.AIMLOptionsProperty.getS3VectorsEngine()s3VectorsEngine(IResolvable s3VectorsEngine) Sets the value ofCfnDomainPropsMixin.AIMLOptionsProperty.getS3VectorsEngine()serverlessVectorAcceleration(CfnDomainPropsMixin.ServerlessVectorAccelerationProperty serverlessVectorAcceleration) serverlessVectorAcceleration(IResolvable serverlessVectorAcceleration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3VectorsEngine
@Stability(Stable) public CfnDomainPropsMixin.AIMLOptionsProperty.Builder s3VectorsEngine(IResolvable s3VectorsEngine) Sets the value ofCfnDomainPropsMixin.AIMLOptionsProperty.getS3VectorsEngine()- Parameters:
s3VectorsEngine- the value to be set.- Returns:
this
-
s3VectorsEngine
@Stability(Stable) public CfnDomainPropsMixin.AIMLOptionsProperty.Builder s3VectorsEngine(CfnDomainPropsMixin.S3VectorsEngineProperty s3VectorsEngine) Sets the value ofCfnDomainPropsMixin.AIMLOptionsProperty.getS3VectorsEngine()- Parameters:
s3VectorsEngine- the value to be set.- Returns:
this
-
serverlessVectorAcceleration
@Stability(Stable) public CfnDomainPropsMixin.AIMLOptionsProperty.Builder serverlessVectorAcceleration(IResolvable serverlessVectorAcceleration) - Parameters:
serverlessVectorAcceleration- the value to be set.- Returns:
this
-
serverlessVectorAcceleration
@Stability(Stable) public CfnDomainPropsMixin.AIMLOptionsProperty.Builder serverlessVectorAcceleration(CfnDomainPropsMixin.ServerlessVectorAccelerationProperty serverlessVectorAcceleration) - Parameters:
serverlessVectorAcceleration- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.AIMLOptionsProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.AIMLOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-