public static interface UpdateAttendeeCapabilitiesResponse.Builder extends ChimeSdkMeetingsResponse.Builder, SdkPojo, CopyableBuilder<UpdateAttendeeCapabilitiesResponse.Builder,UpdateAttendeeCapabilitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAttendeeCapabilitiesResponse.Builder |
attendee(Attendee attendee)
The updated attendee data.
|
default UpdateAttendeeCapabilitiesResponse.Builder |
attendee(Consumer<Attendee.Builder> attendee)
The updated attendee data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAttendeeCapabilitiesResponse.Builder attendee(Attendee attendee)
The updated attendee data.
attendee - The updated attendee data.default UpdateAttendeeCapabilitiesResponse.Builder attendee(Consumer<Attendee.Builder> attendee)
The updated attendee data.
This is a convenience method that creates an instance of theAttendee.Builder avoiding the need to
create one manually via Attendee.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to attendee(Attendee).
attendee - a consumer that will call methods on Attendee.Builderattendee(Attendee)Copyright © 2023. All rights reserved.