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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetGroupResponse.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.Builder
group(GroupType)
Copyright © 2021. All rights reserved.