| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
static Group.Builder |
Group.builder() |
Group.Builder |
Group.Builder.description(String description)
A string containing a description of the specified group.
|
Group.Builder |
Group.Builder.displayName(String displayName)
The display name value for the group.
|
Group.Builder |
Group.Builder.externalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
Group.Builder |
Group.Builder.externalIds(Consumer<ExternalId.Builder>... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
Group.Builder |
Group.Builder.externalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
Group.Builder |
Group.Builder.groupId(String groupId)
The identifier for a group in the identity store.
|
Group.Builder |
Group.Builder.identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
Group.Builder |
Group.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Group.Builder> |
Group.serializableBuilderClass() |
Copyright © 2023. All rights reserved.