Interface Group.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Group.Builder,Group>,SdkBuilder<Group.Builder,Group>,SdkPojo
- Enclosing class:
- Group
public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Group.Builderarn(String arn)The Amazon Resource Name (ARN) for the group.Group.Builderdescription(String description)The group description.Group.BuildergroupName(String groupName)The name of the group.Group.BuilderprincipalId(String principalId)The principal 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
-
arn
Group.Builder arn(String arn)
The Amazon Resource Name (ARN) for the group.
- Parameters:
arn- The Amazon Resource Name (ARN) for the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
Group.Builder groupName(String groupName)
The name of the group.
- Parameters:
groupName- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Group.Builder description(String description)
The group description.
- Parameters:
description- The group description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
Group.Builder principalId(String principalId)
The principal ID of the group.
- Parameters:
principalId- The principal ID of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-