Class CfnDomain.S3VectorsEngineProperty.Builder
java.lang.Object
software.amazon.awscdk.services.opensearchservice.CfnDomain.S3VectorsEngineProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain.S3VectorsEngineProperty>
- Enclosing interface:
CfnDomain.S3VectorsEngineProperty
@Stability(Stable)
public static final class CfnDomain.S3VectorsEngineProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain.S3VectorsEngineProperty>
A builder for
CfnDomain.S3VectorsEngineProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDomain.S3VectorsEngineProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnDomain.S3VectorsEngineProperty.getEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
Sets the value ofCfnDomain.S3VectorsEngineProperty.getEnabled()- Parameters:
enabled- Whether to enable S3 vectors engine. This parameter is required.- Returns:
this
-
enabled
Sets the value ofCfnDomain.S3VectorsEngineProperty.getEnabled()- Parameters:
enabled- Whether to enable S3 vectors engine. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomain.S3VectorsEngineProperty>- Returns:
- a new instance of
CfnDomain.S3VectorsEngineProperty - Throws:
NullPointerException- if any required attribute was not provided
-