Interface CfnDomain.AIMLOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomain.AIMLOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDomain
@Stability(Stable)
public static interface CfnDomain.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.services.opensearchservice.*;
AIMLOptionsProperty aIMLOptionsProperty = AIMLOptionsProperty.builder()
.s3VectorsEngine(S3VectorsEngineProperty.builder()
.enabled(false)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomain.AIMLOptionsPropertystatic final classAn implementation forCfnDomain.AIMLOptionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnDomain.S3VectorsEnginePropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3VectorsEngine
Returns union: eitherIResolvableorCfnDomain.S3VectorsEngineProperty- See Also:
-
builder
-