public static interface CreateCollaborationResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<CreateCollaborationResponse.Builder,CreateCollaborationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCollaborationResponse.Builder |
collaboration(Collaboration collaboration)
The entire created collaboration object.
|
default CreateCollaborationResponse.Builder |
collaboration(Consumer<Collaboration.Builder> collaboration)
The entire created collaboration object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCollaborationResponse.Builder collaboration(Collaboration collaboration)
The entire created collaboration object.
collaboration - The entire created collaboration object.default CreateCollaborationResponse.Builder collaboration(Consumer<Collaboration.Builder> collaboration)
The entire created collaboration object.
This is a convenience method that creates an instance of theCollaboration.Builder avoiding the need
to create one manually via Collaboration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to collaboration(Collaboration).
collaboration - a consumer that will call methods on Collaboration.Buildercollaboration(Collaboration)Copyright © 2023. All rights reserved.