Uses of Class
software.amazon.awscdk.services.elasticsearch.CfnDomain.MasterUserOptionsProperty.Builder
Package
Description
Amazon OpenSearch Service Construct Library
-
Uses of CfnDomain.MasterUserOptionsProperty.Builder in software.amazon.awscdk.services.elasticsearch
Modifier and TypeMethodDescriptionCfnDomain.MasterUserOptionsProperty.builder()
CfnDomain.MasterUserOptionsProperty.Builder.masterUserArn
(String masterUserArn) Sets the value ofCfnDomain.MasterUserOptionsProperty.getMasterUserArn()
CfnDomain.MasterUserOptionsProperty.Builder.masterUserName
(String masterUserName) Sets the value ofCfnDomain.MasterUserOptionsProperty.getMasterUserName()
CfnDomain.MasterUserOptionsProperty.Builder.masterUserPassword
(String masterUserPassword) Sets the value ofCfnDomain.MasterUserOptionsProperty.getMasterUserPassword()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomain.MasterUserOptionsProperty.Builder
.