Interface Group.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Group.Builder,
,Group> SdkBuilder<Group.Builder,
,Group> SdkPojo
- Enclosing class:
Group
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the group.description
(String description) The group description.The name of the group.principalId
(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 Details
-
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
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
The group description.
- Parameters:
description
- The group description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-