| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static GroupType.Builder |
GroupType.builder() |
GroupType.Builder |
GroupType.Builder.creationDate(Instant creationDate)
The date the group was created.
|
GroupType.Builder |
GroupType.Builder.description(String description)
A string containing the description of the group.
|
GroupType.Builder |
GroupType.Builder.groupName(String groupName)
The name of the group.
|
GroupType.Builder |
GroupType.Builder.lastModifiedDate(Instant lastModifiedDate)
The date the group was last modified.
|
GroupType.Builder |
GroupType.Builder.precedence(Integer precedence)
A nonnegative integer value that specifies the precedence of this group relative to the other groups that a
user can belong to in the user pool.
|
GroupType.Builder |
GroupType.Builder.roleArn(String roleArn)
The role ARN for the group.
|
GroupType.Builder |
GroupType.toBuilder() |
GroupType.Builder |
GroupType.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GroupType.Builder> |
GroupType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetGroupResponse.Builder |
GetGroupResponse.Builder.group(Consumer<GroupType.Builder> group)
The group object for the group.
|
default UpdateGroupResponse.Builder |
UpdateGroupResponse.Builder.group(Consumer<GroupType.Builder> group)
The group object for the group.
|
default CreateGroupResponse.Builder |
CreateGroupResponse.Builder.group(Consumer<GroupType.Builder> group)
The group object for the group.
|
Copyright © 2021. All rights reserved.