public static interface GetGroupResponse.Builder extends CognitoIdentityProviderResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.