Uses of Class
software.amazon.awscdk.services.directoryservice.CfnMicrosoftADProps.Builder
Package
Description
AWS Directory Service Construct Library
-
Uses of CfnMicrosoftADProps.Builder in software.amazon.awscdk.services.directoryservice
Modifier and TypeMethodDescriptionstatic CfnMicrosoftADProps.Builder
CfnMicrosoftADProps.builder()
CfnMicrosoftADProps.Builder.createAlias
(Boolean createAlias) Sets the value ofCfnMicrosoftADProps.getCreateAlias()
CfnMicrosoftADProps.Builder.createAlias
(IResolvable createAlias) Sets the value ofCfnMicrosoftADProps.getCreateAlias()
Sets the value ofCfnMicrosoftADProps.getEdition()
Sets the value ofCfnMicrosoftADProps.getEnableSso()
CfnMicrosoftADProps.Builder.enableSso
(IResolvable enableSso) Sets the value ofCfnMicrosoftADProps.getEnableSso()
Sets the value ofCfnMicrosoftADProps.getName()
Sets the value ofCfnMicrosoftADProps.getPassword()
Sets the value ofCfnMicrosoftADProps.getShortName()
CfnMicrosoftADProps.Builder.vpcSettings
(IResolvable vpcSettings) Sets the value ofCfnMicrosoftADProps.getVpcSettings()
CfnMicrosoftADProps.Builder.vpcSettings
(CfnMicrosoftAD.VpcSettingsProperty vpcSettings) Sets the value ofCfnMicrosoftADProps.getVpcSettings()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnMicrosoftADProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMicrosoftADProps.Builder
.