Interface GroupMetadata.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<GroupMetadata.Builder,,GroupMetadata> SdkBuilder<GroupMetadata.Builder,,GroupMetadata> SdkPojo
- Enclosing class:
 GroupMetadata
public static interface GroupMetadata.Builder
extends SdkPojo, CopyableBuilder<GroupMetadata.Builder,GroupMetadata> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the user group.The name 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 ID of the user group.
- Parameters:
 id- The ID of the user group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the group.
- Parameters:
 name- The name of the group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -