public static interface DescribeGroupResponse.Builder extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<DescribeGroupResponse.Builder,DescribeGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupResponse.Builder |
description(String description)
A string containing a description of the group.
|
DescribeGroupResponse.Builder |
displayName(String displayName)
The group’s display name value.
|
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 |
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 |
externalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
DescribeGroupResponse.Builder |
groupId(String groupId)
The identifier for a group in the identity store.
|
DescribeGroupResponse.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGroupResponse.Builder groupId(String groupId)
The identifier for a group in the identity store.
groupId - The identifier for a group in the identity store.DescribeGroupResponse.Builder displayName(String displayName)
The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.
displayName - The group’s display name value. The length limit is 1,024 characters. This value can consist of
letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space,
and nonbreaking space in this attribute. This value is specified at the time that the group is created
and stored as an attribute of the group object in the identity store.DescribeGroupResponse.Builder externalIds(Collection<ExternalId> externalIds)
A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.
externalIds - A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.DescribeGroupResponse.Builder externalIds(ExternalId... externalIds)
A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.
externalIds - A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.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.
ExternalId.Builder avoiding the need to create
one manually via ExternalId.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #externalIds(List.
externalIds - a consumer that will call methods on
ExternalId.Builder#externalIds(java.util.Collection) DescribeGroupResponse.Builder description(String description)
A string containing a description of the group.
description - A string containing a description of the group.DescribeGroupResponse.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.Copyright © 2023. All rights reserved.