Interface AllowedCapabilities.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AllowedCapabilities.Builder,
,AllowedCapabilities> SdkBuilder<AllowedCapabilities.Builder,
,AllowedCapabilities> SdkPojo
- Enclosing class:
AllowedCapabilities
@Mutable
@NotThreadSafe
public static interface AllowedCapabilities.Builder
extends SdkPojo, CopyableBuilder<AllowedCapabilities.Builder,AllowedCapabilities>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AllowedCapabilities.Builder
Information about the agent's video sharing capabilities.agent
(ParticipantCapabilities agent) Information about the agent's video sharing capabilities.default AllowedCapabilities.Builder
customer
(Consumer<ParticipantCapabilities.Builder> customer) Information about the customer's video sharing capabilities.customer
(ParticipantCapabilities customer) Information about the customer's video sharing capabilities.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
-
customer
Information about the customer's video sharing capabilities.
- Parameters:
customer
- Information about the customer's video sharing capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customer
Information about the customer's video sharing capabilities.
This is a convenience method that creates an instance of theParticipantCapabilities.Builder
avoiding the need to create one manually viaParticipantCapabilities.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocustomer(ParticipantCapabilities)
.- Parameters:
customer
- a consumer that will call methods onParticipantCapabilities.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agent
Information about the agent's video sharing capabilities.
- Parameters:
agent
- Information about the agent's video sharing capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agent
Information about the agent's video sharing capabilities.
This is a convenience method that creates an instance of theParticipantCapabilities.Builder
avoiding the need to create one manually viaParticipantCapabilities.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toagent(ParticipantCapabilities)
.- Parameters:
agent
- a consumer that will call methods onParticipantCapabilities.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-