public static interface CreateAttendeeResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<CreateAttendeeResponse.Builder,CreateAttendeeResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAttendeeResponse.Builder |
attendee(Attendee attendee)
The attendee information, including attendee ID and join token.
|
default CreateAttendeeResponse.Builder |
attendee(Consumer<Attendee.Builder> attendee)
The attendee information, including attendee ID and join token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAttendeeResponse.Builder attendee(Attendee attendee)
The attendee information, including attendee ID and join token.
attendee - The attendee information, including attendee ID and join token.default CreateAttendeeResponse.Builder attendee(Consumer<Attendee.Builder> attendee)
The attendee information, including attendee ID and join token.
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 © 2022. All rights reserved.