Class GroupProfileReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.datazone.GroupProfileReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GroupProfileReference>
- Enclosing interface:
GroupProfileReference
@Stability(Stable)
public static final class GroupProfileReference.Builder
extends Object
implements software.amazon.jsii.Builder<GroupProfileReference>
A builder for
GroupProfileReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofGroupProfileReference.getDomainId()groupProfileId(String groupProfileId) Sets the value ofGroupProfileReference.getGroupProfileId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainId
Sets the value ofGroupProfileReference.getDomainId()- Parameters:
domainId- The DomainId of the GroupProfile resource. This parameter is required.- Returns:
this
-
groupProfileId
Sets the value ofGroupProfileReference.getGroupProfileId()- Parameters:
groupProfileId- The Id of the GroupProfile resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GroupProfileReference>- Returns:
- a new instance of
GroupProfileReference - Throws:
NullPointerException- if any required attribute was not provided
-