public static interface CreateAttendeeRequestItem.Builder extends SdkPojo, CopyableBuilder<CreateAttendeeRequestItem.Builder,CreateAttendeeRequestItem>
Modifier and Type | Method and Description |
---|---|
CreateAttendeeRequestItem.Builder |
externalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
CreateAttendeeRequestItem.Builder |
tags(Collection<Tag> tags)
The tag key-value pairs.
|
CreateAttendeeRequestItem.Builder |
tags(Consumer<Tag.Builder>... tags)
The tag key-value pairs.
|
CreateAttendeeRequestItem.Builder |
tags(Tag... tags)
The tag key-value pairs.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateAttendeeRequestItem.Builder externalUserId(String externalUserId)
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application. If you create an attendee with the same external user id, the service returns the existing record.
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
externalUserId
- The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed
by a builder application. If you create an attendee with the same external user id, the service
returns the existing record.
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
CreateAttendeeRequestItem.Builder tags(Collection<Tag> tags)
The tag key-value pairs.
tags
- The tag key-value pairs.CreateAttendeeRequestItem.Builder tags(Tag... tags)
The tag key-value pairs.
tags
- The tag key-value pairs.CreateAttendeeRequestItem.Builder tags(Consumer<Tag.Builder>... tags)
The tag key-value pairs.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.