public static interface GetGroupResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse>
Modifier and Type | Method and Description |
---|---|
default GetGroupResponse.Builder |
group(Consumer<Group.Builder> group)
The group that was requested.
|
GetGroupResponse.Builder |
group(Group group)
The group that was requested.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetGroupResponse.Builder group(Group group)
The group that was requested. Contains the name of the group, the ARN of the group, and the filter expression that assigned to the group.
group
- The group that was requested. Contains the name of the group, the ARN of the group, and the filter
expression that assigned to the group.default GetGroupResponse.Builder group(Consumer<Group.Builder> group)
The group that was requested. Contains the name of the group, the ARN of the group, and the filter expression that 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.Builder
group(Group)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.