Class CfnProjectProfileMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnProjectProfileMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectProfileMixinProps>
- Enclosing interface:
CfnProjectProfileMixinProps
@Stability(Stable)
public static final class CfnProjectProfileMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectProfileMixinProps>
A builder for
CfnProjectProfileMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnProjectProfileMixinProps.getDescription()domainIdentifier(String domainIdentifier) Sets the value ofCfnProjectProfileMixinProps.getDomainIdentifier()domainUnitIdentifier(String domainUnitIdentifier) Sets the value ofCfnProjectProfileMixinProps.getDomainUnitIdentifier()environmentConfigurations(List<? extends Object> environmentConfigurations) Sets the value ofCfnProjectProfileMixinProps.getEnvironmentConfigurations()environmentConfigurations(IResolvable environmentConfigurations) Sets the value ofCfnProjectProfileMixinProps.getEnvironmentConfigurations()Sets the value ofCfnProjectProfileMixinProps.getName()Sets the value ofCfnProjectProfileMixinProps.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnProjectProfileMixinProps.getDescription()- Parameters:
description- The description of the project profile.- Returns:
this
-
domainIdentifier
@Stability(Stable) public CfnProjectProfileMixinProps.Builder domainIdentifier(String domainIdentifier) Sets the value ofCfnProjectProfileMixinProps.getDomainIdentifier()- Parameters:
domainIdentifier- A domain ID of the project profile.- Returns:
this
-
domainUnitIdentifier
@Stability(Stable) public CfnProjectProfileMixinProps.Builder domainUnitIdentifier(String domainUnitIdentifier) Sets the value ofCfnProjectProfileMixinProps.getDomainUnitIdentifier()- Parameters:
domainUnitIdentifier- A domain unit ID of the project profile.- Returns:
this
-
environmentConfigurations
@Stability(Stable) public CfnProjectProfileMixinProps.Builder environmentConfigurations(IResolvable environmentConfigurations) Sets the value ofCfnProjectProfileMixinProps.getEnvironmentConfigurations()- Parameters:
environmentConfigurations- Environment configurations of a project profile.- Returns:
this
-
environmentConfigurations
@Stability(Stable) public CfnProjectProfileMixinProps.Builder environmentConfigurations(List<? extends Object> environmentConfigurations) Sets the value ofCfnProjectProfileMixinProps.getEnvironmentConfigurations()- Parameters:
environmentConfigurations- Environment configurations of a project profile.- Returns:
this
-
name
Sets the value ofCfnProjectProfileMixinProps.getName()- Parameters:
name- The name of a project profile.- Returns:
this
-
status
Sets the value ofCfnProjectProfileMixinProps.getStatus()- Parameters:
status- The status of a project profile.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectProfileMixinProps>- Returns:
- a new instance of
CfnProjectProfileMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-