public static interface UpdateGroupResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<UpdateGroupResponse.Builder,UpdateGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGroupResponse.Builder |
group(Consumer<Group.Builder> group)
The group that was updated.
|
UpdateGroupResponse.Builder |
group(Group group)
The group that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateGroupResponse.Builder group(Group group)
The group that was updated. Contains the name of the group that was updated, the ARN of the group that was updated, and the updated filter expression assigned to the group.
group - The group that was updated. Contains the name of the group that was updated, the ARN of the group that
was updated, and the updated filter expression assigned to the group.default UpdateGroupResponse.Builder group(Consumer<Group.Builder> group)
The group that was updated. Contains the name of the group that was updated, the ARN of the group that was updated, and the updated filter expression assigned to the 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.