Interface CreateAttendeeRequestItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CreateAttendeeRequestItem.Builder,
,CreateAttendeeRequestItem> SdkBuilder<CreateAttendeeRequestItem.Builder,
,CreateAttendeeRequestItem> SdkPojo
- Enclosing class:
CreateAttendeeRequestItem
public static interface CreateAttendeeRequestItem.Builder
extends SdkPojo, CopyableBuilder<CreateAttendeeRequestItem.Builder,CreateAttendeeRequestItem>
-
Method Summary
Modifier and TypeMethodDescriptionexternalUserId
(String externalUserId) The Amazon Chime SDK external user ID.tags
(Collection<Tag> tags) The tag key-value pairs.tags
(Consumer<Tag.Builder>... tags) The tag key-value pairs.The tag key-value pairs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
externalUserId
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
- Parameters:
externalUserId
- The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tag key-value pairs.
- Parameters:
tags
- The tag key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tag key-value pairs.
- Parameters:
tags
- The tag key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tag key-value pairs.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-