Interface CreateAttendeeRequestItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CreateAttendeeRequestItem.Builder,
,CreateAttendeeRequestItem> SdkBuilder<CreateAttendeeRequestItem.Builder,
,CreateAttendeeRequestItem> SdkPojo
- Enclosing class:
CreateAttendeeRequestItem
@Mutable
@NotThreadSafe
public static interface CreateAttendeeRequestItem.Builder
extends SdkPojo, CopyableBuilder<CreateAttendeeRequestItem.Builder,CreateAttendeeRequestItem>
-
Method Summary
Modifier and TypeMethodDescriptioncapabilities
(Consumer<AttendeeCapabilities.Builder> capabilities) A list of one or more capabilities.capabilities
(AttendeeCapabilities capabilities) A list of one or more capabilities.externalUserId
(String externalUserId) The Amazon Chime SDK external user ID.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, sdkFieldNameToField, 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.
Pattern:
[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
Values that begin with
aws:
are reserved. You can't configure a value that uses this prefix. Case insensitive.- Parameters:
externalUserId
- The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.Pattern:
[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
Values that begin with
aws:
are reserved. You can't configure a value that uses this prefix. Case insensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
A list of one or more capabilities.
- Parameters:
capabilities
- A list of one or more capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
default CreateAttendeeRequestItem.Builder capabilities(Consumer<AttendeeCapabilities.Builder> capabilities) A list of one or more capabilities.
This is a convenience method that creates an instance of theAttendeeCapabilities.Builder
avoiding the need to create one manually viaAttendeeCapabilities.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocapabilities(AttendeeCapabilities)
.- Parameters:
capabilities
- a consumer that will call methods onAttendeeCapabilities.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-