Class CfnProjectProfile.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnProjectProfile.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectProfile>
- Enclosing class:
CfnProjectProfile
@Stability(Stable)
public static final class CfnProjectProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectProfile>
A fluent builder for
CfnProjectProfile
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnProjectProfile.Builder
description
(String description) The description of the project profile.domainIdentifier
(String domainIdentifier) domainUnitIdentifier
(String domainUnitIdentifier) environmentConfigurations
(List<? extends Object> environmentConfigurations) environmentConfigurations
(IResolvable environmentConfigurations) The name of a project profile.The status of a project profile.
-
Method Details
-
create
@Stability(Stable) public static CfnProjectProfile.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnProjectProfile.Builder
.
-
name
The name of a project profile.- Parameters:
name
- The name of a project profile. This parameter is required.- Returns:
this
- See Also:
-
description
The description of the project profile.- Parameters:
description
- The description of the project profile. This parameter is required.- Returns:
this
- See Also:
-
domainIdentifier
- Parameters:
domainIdentifier
- This parameter is required.- Returns:
this
- See Also:
-
domainUnitIdentifier
@Stability(Stable) public CfnProjectProfile.Builder domainUnitIdentifier(String domainUnitIdentifier) - Parameters:
domainUnitIdentifier
- This parameter is required.- Returns:
this
- See Also:
-
environmentConfigurations
@Stability(Stable) public CfnProjectProfile.Builder environmentConfigurations(IResolvable environmentConfigurations) - Parameters:
environmentConfigurations
- This parameter is required.- Returns:
this
- See Also:
-
environmentConfigurations
@Stability(Stable) public CfnProjectProfile.Builder environmentConfigurations(List<? extends Object> environmentConfigurations) - Parameters:
environmentConfigurations
- 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:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnProjectProfile>
- Returns:
- a newly built instance of
CfnProjectProfile
.
-