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