public static interface UpdateGroupResponse.Builder extends ResourceGroupsResponse.Builder, CopyableBuilder<UpdateGroupResponse.Builder,UpdateGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGroupResponse.Builder |
group(Consumer<Group.Builder> group)
The full description of the resource group after it has been updated.
|
UpdateGroupResponse.Builder |
group(Group group)
The full description of the resource group after it has been updated.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateGroupResponse.Builder group(Group group)
The full description of the resource group after it has been updated.
group - The full description of the resource group after it has been updated.default UpdateGroupResponse.Builder group(Consumer<Group.Builder> group)
The full description of the resource group after it has been updated.
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.