| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
Group.Builder.arn(String arn)
The Amazon Resource Name (ARN) specifying the group.
|
static Group.Builder |
Group.builder() |
Group.Builder |
Group.Builder.createDate(Instant createDate)
The date and time, in ISO 8601 date-time format, when the group
was created.
|
Group.Builder |
Group.Builder.groupId(String groupId)
The stable and unique string identifying the group.
|
Group.Builder |
Group.Builder.groupName(String groupName)
The friendly name that identifies the group.
|
Group.Builder |
Group.Builder.path(String path)
The path to the group.
|
Group.Builder |
Group.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Group.Builder> |
Group.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetGroupResponse.Builder |
GetGroupResponse.Builder.group(Consumer<Group.Builder> group)
A structure that contains details about the group.
|
default CreateGroupResponse.Builder |
CreateGroupResponse.Builder.group(Consumer<Group.Builder> group)
A structure containing details about the new group.
|
Copyright © 2022. All rights reserved.