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) 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.
-
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
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 CfnProjectProfile.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 CfnProjectProfile.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 CfnProjectProfile.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:
-
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
.
-