Interface GroupProfileSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupProfileSummary.Builder,
,GroupProfileSummary> SdkBuilder<GroupProfileSummary.Builder,
,GroupProfileSummary> SdkPojo
- Enclosing class:
GroupProfileSummary
@Mutable
@NotThreadSafe
public static interface GroupProfileSummary.Builder
extends SdkPojo, CopyableBuilder<GroupProfileSummary.Builder,GroupProfileSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon DataZone domain of a group profile.The group name of a group profile.The ID of a group profile.The status of a group profile.status
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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:
-
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:
-