Interface GroupDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupDetails.Builder,
,GroupDetails> SdkBuilder<GroupDetails.Builder,
,GroupDetails> SdkPojo
- Enclosing class:
GroupDetails
@Mutable
@NotThreadSafe
public static interface GroupDetails.Builder
extends SdkPojo, CopyableBuilder<GroupDetails.Builder,GroupDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the group in Amazon DataZone.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
-
groupId
The identifier of the group in Amazon DataZone.
- Parameters:
groupId
- The identifier of the group in Amazon DataZone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-