Interface GroupIdentity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GroupIdentity.Builder,GroupIdentity>,SdkBuilder<GroupIdentity.Builder,GroupIdentity>,SdkPojo
- Enclosing class:
- GroupIdentity
public static interface GroupIdentity.Builder extends SdkPojo, CopyableBuilder<GroupIdentity.Builder,GroupIdentity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupIdentity.Builderid(String id)The IAM Identity Center ID of the group.-
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
-
id
GroupIdentity.Builder id(String id)
The IAM Identity Center ID of the group.
- Parameters:
id- The IAM Identity Center ID of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-