Class CfnDomainMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDomainMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainMixinProps>
- Enclosing interface:
CfnDomainMixinProps
@Stability(Stable)
public static final class CfnDomainMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainMixinProps>
A builder for
CfnDomainMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnDomainMixinProps.getDescription()domainExecutionRole(String domainExecutionRole) Sets the value ofCfnDomainMixinProps.getDomainExecutionRole()domainVersion(String domainVersion) Sets the value ofCfnDomainMixinProps.getDomainVersion()kmsKeyIdentifier(String kmsKeyIdentifier) Sets the value ofCfnDomainMixinProps.getKmsKeyIdentifier()Sets the value ofCfnDomainMixinProps.getName()serviceRole(String serviceRole) Sets the value ofCfnDomainMixinProps.getServiceRole()singleSignOn(CfnDomainPropsMixin.SingleSignOnProperty singleSignOn) Sets the value ofCfnDomainMixinProps.getSingleSignOn()singleSignOn(IResolvable singleSignOn) Sets the value ofCfnDomainMixinProps.getSingleSignOn()Sets the value ofCfnDomainMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnDomainMixinProps.getDescription()- Parameters:
description- The description of the Amazon DataZone domain.- Returns:
this
-
domainExecutionRole
@Stability(Stable) public CfnDomainMixinProps.Builder domainExecutionRole(String domainExecutionRole) Sets the value ofCfnDomainMixinProps.getDomainExecutionRole()- Parameters:
domainExecutionRole- The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the AWS account that houses the Amazon DataZone domain.- Returns:
this
-
domainVersion
Sets the value ofCfnDomainMixinProps.getDomainVersion()- Parameters:
domainVersion- The domain version.- Returns:
this
-
kmsKeyIdentifier
Sets the value ofCfnDomainMixinProps.getKmsKeyIdentifier()- Parameters:
kmsKeyIdentifier- The identifier of the AWS Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.- Returns:
this
-
name
Sets the value ofCfnDomainMixinProps.getName()- Parameters:
name- The name of the Amazon DataZone domain.- Returns:
this
-
serviceRole
Sets the value ofCfnDomainMixinProps.getServiceRole()- Parameters:
serviceRole- The service role of the domain.- Returns:
this
-
singleSignOn
Sets the value ofCfnDomainMixinProps.getSingleSignOn()- Parameters:
singleSignOn- The single sign-on details in Amazon DataZone.- Returns:
this
-
singleSignOn
@Stability(Stable) public CfnDomainMixinProps.Builder singleSignOn(CfnDomainPropsMixin.SingleSignOnProperty singleSignOn) Sets the value ofCfnDomainMixinProps.getSingleSignOn()- Parameters:
singleSignOn- The single sign-on details in Amazon DataZone.- Returns:
this
-
tags
Sets the value ofCfnDomainMixinProps.getTags()- Parameters:
tags- The tags specified for the Amazon DataZone domain.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainMixinProps>- Returns:
- a new instance of
CfnDomainMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-