Interface CfnDomainPropsMixin.AIMLOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomainPropsMixin.AIMLOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDomainPropsMixin
@Stability(Stable)
public static interface CfnDomainPropsMixin.AIMLOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.*;
AIMLOptionsProperty aIMLOptionsProperty = AIMLOptionsProperty.builder()
.s3VectorsEngine(S3VectorsEngineProperty.builder()
.enabled(false)
.build())
.serverlessVectorAcceleration(ServerlessVectorAccelerationProperty.builder()
.enabled(false)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomainPropsMixin.AIMLOptionsPropertystatic final classAn implementation forCfnDomainPropsMixin.AIMLOptionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnDomainPropsMixin.S3VectorsEnginePropertydefault ObjectReturns union: eitherIResolvableorCfnDomainPropsMixin.ServerlessVectorAccelerationPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3VectorsEngine
Returns union: eitherIResolvableorCfnDomainPropsMixin.S3VectorsEngineProperty- See Also:
-
getServerlessVectorAcceleration
Returns union: eitherIResolvableorCfnDomainPropsMixin.ServerlessVectorAccelerationProperty- See Also:
-
builder
-