Interface GroupProfileSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GroupProfileSummary.Builder,GroupProfileSummary>,SdkBuilder<GroupProfileSummary.Builder,GroupProfileSummary>,SdkPojo
- Enclosing class:
- GroupProfileSummary
public static interface GroupProfileSummary.Builder extends SdkPojo, CopyableBuilder<GroupProfileSummary.Builder,GroupProfileSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupProfileSummary.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain of a group profile.GroupProfileSummary.BuildergroupName(String groupName)The group name of a group profile.GroupProfileSummary.Builderid(String id)The ID of a group profile.GroupProfileSummary.Builderstatus(String status)The status of a group profile.GroupProfileSummary.Builderstatus(GroupProfileStatus status)The status of a group profile.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainId
GroupProfileSummary.Builder domainId(String domainId)
The ID of the Amazon DataZone domain of a group profile.
- Parameters:
domainId- The ID of the Amazon DataZone domain of a group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
GroupProfileSummary.Builder groupName(String groupName)
The group name of a group profile.
- Parameters:
groupName- The group name of a group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GroupProfileSummary.Builder id(String id)
The ID of a group profile.
- Parameters:
id- The ID of a group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GroupProfileSummary.Builder status(String status)
The status of a group profile.
- Parameters:
status- The status of a group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupProfileStatus,GroupProfileStatus
-
status
GroupProfileSummary.Builder status(GroupProfileStatus status)
The status of a group profile.
- Parameters:
status- The status of a group profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupProfileStatus,GroupProfileStatus
-
-