Class ProjectProfileReference.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.ProjectProfileReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ProjectProfileReference>
- Enclosing interface:
ProjectProfileReference
@Stability(Stable)
public static final class ProjectProfileReference.Builder
extends Object
implements software.amazon.jsii.Builder<ProjectProfileReference>
A builder for
ProjectProfileReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.domainIdentifier
(String domainIdentifier) Sets the value ofProjectProfileReference.getDomainIdentifier()
identifier
(String identifier) Sets the value ofProjectProfileReference.getIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainIdentifier
Sets the value ofProjectProfileReference.getDomainIdentifier()
- Parameters:
domainIdentifier
- The DomainIdentifier of the ProjectProfile resource. This parameter is required.- Returns:
this
-
identifier
Sets the value ofProjectProfileReference.getIdentifier()
- Parameters:
identifier
- The Identifier of the ProjectProfile resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ProjectProfileReference>
- Returns:
- a new instance of
ProjectProfileReference
- Throws:
NullPointerException
- if any required attribute was not provided
-