public static interface CreateGroupResponse.Builder extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateGroupResponse.Builder |
group(Consumer<Group.Builder> group)
A structure that contains information about the group that was just created.
|
CreateGroupResponse.Builder |
group(Group group)
A structure that contains information about the group that was just created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGroupResponse.Builder group(Group group)
A structure that contains information about the group that was just created.
group - A structure that contains information about the group that was just created.default CreateGroupResponse.Builder group(Consumer<Group.Builder> group)
A structure that contains information about the group that was just created.
This is a convenience method 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 © 2023. All rights reserved.