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
Modifier and TypeMethodDescriptionThe IAM Identity Center ID of the group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -