Uses of Class
software.amazon.awscdk.services.opensearchservice.CfnDomainProps.Builder
Package
Description
Amazon OpenSearch Service Construct Library
-
Uses of CfnDomainProps.Builder in software.amazon.awscdk.services.opensearchservice
Modifier and TypeMethodDescriptionCfnDomainProps.Builder.accessPolicies
(Object accessPolicies) Sets the value ofCfnDomainProps.getAccessPolicies()
CfnDomainProps.Builder.advancedOptions
(Map<String, String> advancedOptions) Sets the value ofCfnDomainProps.getAdvancedOptions()
CfnDomainProps.Builder.advancedOptions
(IResolvable advancedOptions) Sets the value ofCfnDomainProps.getAdvancedOptions()
CfnDomainProps.Builder.advancedSecurityOptions
(IResolvable advancedSecurityOptions) Sets the value ofCfnDomainProps.getAdvancedSecurityOptions()
CfnDomainProps.Builder.advancedSecurityOptions
(CfnDomain.AdvancedSecurityOptionsInputProperty advancedSecurityOptions) Sets the value ofCfnDomainProps.getAdvancedSecurityOptions()
static CfnDomainProps.Builder
CfnDomainProps.builder()
CfnDomainProps.Builder.clusterConfig
(IResolvable clusterConfig) Sets the value ofCfnDomainProps.getClusterConfig()
CfnDomainProps.Builder.clusterConfig
(CfnDomain.ClusterConfigProperty clusterConfig) Sets the value ofCfnDomainProps.getClusterConfig()
CfnDomainProps.Builder.cognitoOptions
(IResolvable cognitoOptions) Sets the value ofCfnDomainProps.getCognitoOptions()
CfnDomainProps.Builder.cognitoOptions
(CfnDomain.CognitoOptionsProperty cognitoOptions) Sets the value ofCfnDomainProps.getCognitoOptions()
CfnDomainProps.Builder.domainEndpointOptions
(IResolvable domainEndpointOptions) Sets the value ofCfnDomainProps.getDomainEndpointOptions()
CfnDomainProps.Builder.domainEndpointOptions
(CfnDomain.DomainEndpointOptionsProperty domainEndpointOptions) Sets the value ofCfnDomainProps.getDomainEndpointOptions()
CfnDomainProps.Builder.domainName
(String domainName) Sets the value ofCfnDomainProps.getDomainName()
CfnDomainProps.Builder.ebsOptions
(IResolvable ebsOptions) Sets the value ofCfnDomainProps.getEbsOptions()
CfnDomainProps.Builder.ebsOptions
(CfnDomain.EBSOptionsProperty ebsOptions) Sets the value ofCfnDomainProps.getEbsOptions()
CfnDomainProps.Builder.encryptionAtRestOptions
(IResolvable encryptionAtRestOptions) Sets the value ofCfnDomainProps.getEncryptionAtRestOptions()
CfnDomainProps.Builder.encryptionAtRestOptions
(CfnDomain.EncryptionAtRestOptionsProperty encryptionAtRestOptions) Sets the value ofCfnDomainProps.getEncryptionAtRestOptions()
CfnDomainProps.Builder.engineVersion
(String engineVersion) Sets the value ofCfnDomainProps.getEngineVersion()
CfnDomainProps.Builder.logPublishingOptions
(Map<String, ? extends Object> logPublishingOptions) Sets the value ofCfnDomainProps.getLogPublishingOptions()
CfnDomainProps.Builder.logPublishingOptions
(IResolvable logPublishingOptions) Sets the value ofCfnDomainProps.getLogPublishingOptions()
CfnDomainProps.Builder.nodeToNodeEncryptionOptions
(IResolvable nodeToNodeEncryptionOptions) Sets the value ofCfnDomainProps.getNodeToNodeEncryptionOptions()
CfnDomainProps.Builder.nodeToNodeEncryptionOptions
(CfnDomain.NodeToNodeEncryptionOptionsProperty nodeToNodeEncryptionOptions) Sets the value ofCfnDomainProps.getNodeToNodeEncryptionOptions()
CfnDomainProps.Builder.offPeakWindowOptions
(IResolvable offPeakWindowOptions) Sets the value ofCfnDomainProps.getOffPeakWindowOptions()
CfnDomainProps.Builder.offPeakWindowOptions
(CfnDomain.OffPeakWindowOptionsProperty offPeakWindowOptions) Sets the value ofCfnDomainProps.getOffPeakWindowOptions()
CfnDomainProps.Builder.snapshotOptions
(IResolvable snapshotOptions) Sets the value ofCfnDomainProps.getSnapshotOptions()
CfnDomainProps.Builder.snapshotOptions
(CfnDomain.SnapshotOptionsProperty snapshotOptions) Sets the value ofCfnDomainProps.getSnapshotOptions()
CfnDomainProps.Builder.softwareUpdateOptions
(IResolvable softwareUpdateOptions) Sets the value ofCfnDomainProps.getSoftwareUpdateOptions()
CfnDomainProps.Builder.softwareUpdateOptions
(CfnDomain.SoftwareUpdateOptionsProperty softwareUpdateOptions) Sets the value ofCfnDomainProps.getSoftwareUpdateOptions()
Sets the value ofCfnDomainProps.getTags()
CfnDomainProps.Builder.vpcOptions
(IResolvable vpcOptions) Sets the value ofCfnDomainProps.getVpcOptions()
CfnDomainProps.Builder.vpcOptions
(CfnDomain.VPCOptionsProperty vpcOptions) Sets the value ofCfnDomainProps.getVpcOptions()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDomainProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainProps.Builder
.