Uses of Class
software.amazon.awscdk.services.datazone.CfnDomainProps.Builder
-
Uses of CfnDomainProps.Builder in software.amazon.awscdk.services.datazone
Modifier and TypeMethodDescriptionstatic CfnDomainProps.Builder
CfnDomainProps.builder()
CfnDomainProps.Builder.description
(String description) Sets the value ofCfnDomainProps.getDescription()
CfnDomainProps.Builder.domainExecutionRole
(String domainExecutionRole) Sets the value ofCfnDomainProps.getDomainExecutionRole()
CfnDomainProps.Builder.kmsKeyIdentifier
(String kmsKeyIdentifier) Sets the value ofCfnDomainProps.getKmsKeyIdentifier()
Sets the value ofCfnDomainProps.getName()
CfnDomainProps.Builder.singleSignOn
(IResolvable singleSignOn) Sets the value ofCfnDomainProps.getSingleSignOn()
CfnDomainProps.Builder.singleSignOn
(CfnDomain.SingleSignOnProperty singleSignOn) Sets the value ofCfnDomainProps.getSingleSignOn()
Sets the value ofCfnDomainProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDomainProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainProps.Builder
.