public static interface UpdateCollaborationResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<UpdateCollaborationResponse.Builder,UpdateCollaborationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateCollaborationResponse.Builder |
collaboration(Collaboration collaboration)
The entire collaboration that has been updated.
|
default UpdateCollaborationResponse.Builder |
collaboration(Consumer<Collaboration.Builder> collaboration)
The entire collaboration that has been updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCollaborationResponse.Builder collaboration(Collaboration collaboration)
The entire collaboration that has been updated.
collaboration - The entire collaboration that has been updated.default UpdateCollaborationResponse.Builder collaboration(Consumer<Collaboration.Builder> collaboration)
The entire collaboration that has been updated.
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.