Class CfnProjectProfilePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnProjectProfilePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectProfilePropsMixin>
- Enclosing class:
CfnProjectProfilePropsMixin
@Stability(Stable)
public static final class CfnProjectProfilePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectProfilePropsMixin>
A fluent builder for
CfnProjectProfilePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the project profile.domainIdentifier(String domainIdentifier) A domain ID of the project profile.domainUnitIdentifier(String domainUnitIdentifier) A domain unit ID of the project profile.environmentConfigurations(List<? extends Object> environmentConfigurations) Environment configurations of a project profile.environmentConfigurations(IResolvable environmentConfigurations) Environment configurations of a project profile.The name of a project profile.The status of a project profile.useDefaultConfigurations(Boolean useDefaultConfigurations) useDefaultConfigurations(IResolvable useDefaultConfigurations)
-
Method Details
-
create
@Stability(Stable) public static CfnProjectProfilePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnProjectProfilePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnProjectProfilePropsMixin.Builder.
-
description
The description of the project profile.- Parameters:
description- The description of the project profile. This parameter is required.- Returns:
this- See Also:
-
domainIdentifier
@Stability(Stable) public CfnProjectProfilePropsMixin.Builder domainIdentifier(String domainIdentifier) A domain ID of the project profile.- Parameters:
domainIdentifier- A domain ID of the project profile. This parameter is required.- Returns:
this- See Also:
-
domainUnitIdentifier
@Stability(Stable) public CfnProjectProfilePropsMixin.Builder domainUnitIdentifier(String domainUnitIdentifier) A domain unit ID of the project profile.- Parameters:
domainUnitIdentifier- A domain unit ID of the project profile. This parameter is required.- Returns:
this- See Also:
-
environmentConfigurations
@Stability(Stable) public CfnProjectProfilePropsMixin.Builder environmentConfigurations(IResolvable environmentConfigurations) Environment configurations of a project profile.- Parameters:
environmentConfigurations- Environment configurations of a project profile. This parameter is required.- Returns:
this- See Also:
-
environmentConfigurations
@Stability(Stable) public CfnProjectProfilePropsMixin.Builder environmentConfigurations(List<? extends Object> environmentConfigurations) Environment configurations of a project profile.- Parameters:
environmentConfigurations- Environment configurations of a project profile. This parameter is required.- Returns:
this- See Also:
-
name
The name of a project profile.- Parameters:
name- The name of a project profile. This parameter is required.- Returns:
this- See Also:
-
status
The status of a project profile.- Parameters:
status- The status of a project profile. This parameter is required.- Returns:
this- See Also:
-
useDefaultConfigurations
@Stability(Stable) public CfnProjectProfilePropsMixin.Builder useDefaultConfigurations(Boolean useDefaultConfigurations) - Parameters:
useDefaultConfigurations- This parameter is required.- Returns:
this- See Also:
-
useDefaultConfigurations
@Stability(Stable) public CfnProjectProfilePropsMixin.Builder useDefaultConfigurations(IResolvable useDefaultConfigurations) - Parameters:
useDefaultConfigurations- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectProfilePropsMixin>- Returns:
- a newly built instance of
CfnProjectProfilePropsMixin.
-