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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupMetadata.Builderid(String id)The ID of the user group.GroupMetadata.Buildername(String name)The name 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
GroupMetadata.Builder id(String 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
GroupMetadata.Builder name(String 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.
-
-