public static interface GetGroupResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetGroupResponse.Builder |
group(Consumer<GroupType.Builder> group)
The group object for the group.
|
GetGroupResponse.Builder |
group(GroupType group)
The group object for the group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGroupResponse.Builder group(GroupType group)
The group object for the group.
group - The group object for the group.default GetGroupResponse.Builder group(Consumer<GroupType.Builder> group)
The group object for the group.
This is a convenience method that creates an instance of theGroupType.Builder avoiding the need to
create one manually via GroupType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to group(GroupType).
group - a consumer that will call methods on GroupType.Buildergroup(GroupType)Copyright © 2022. All rights reserved.