public static interface CreateGroupResponse.Builder extends IAMResponse.Builder, CopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateGroupResponse.Builder |
group(Consumer<Group.Builder> group)
A structure containing details about the new group.
|
CreateGroupResponse.Builder |
group(Group group)
A structure containing details about the new group.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateGroupResponse.Builder group(Group group)
A structure containing details about the new group.
group - A structure containing details about the new group.default CreateGroupResponse.Builder group(Consumer<Group.Builder> group)
A structure containing details about the new group.
This is a convenience that creates an instance of theGroup.Builder avoiding the need to create one
manually via Group.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to group(Group).group - a consumer that will call methods on Group.Buildergroup(Group)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.