public static interface CreateGroupResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>
Modifier and Type | Method and Description |
---|---|
default CreateGroupResponse.Builder |
group(Consumer<Group.Builder> group)
The group that was created.
|
CreateGroupResponse.Builder |
group(Group group)
The group that was created.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateGroupResponse.Builder group(Group group)
The group that was created. Contains the name of the group that was created, the ARN of the group that was generated based on the group name, and the filter expression that was assigned to the group.
group
- The group that was created. Contains the name of the group that was created, the ARN of the group that
was generated based on the group name, and the filter expression that was assigned to the group.default CreateGroupResponse.Builder group(Consumer<Group.Builder> group)
The group that was created. Contains the name of the group that was created, the ARN of the group that was generated based on the group name, and the filter expression that was 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.