Interface UpdateAttendeeCapabilitiesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkMeetingsRequest.Builder
,CopyableBuilder<UpdateAttendeeCapabilitiesRequest.Builder,
,UpdateAttendeeCapabilitiesRequest> SdkBuilder<UpdateAttendeeCapabilitiesRequest.Builder,
,UpdateAttendeeCapabilitiesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateAttendeeCapabilitiesRequest
@Mutable
@NotThreadSafe
public static interface UpdateAttendeeCapabilitiesRequest.Builder
extends ChimeSdkMeetingsRequest.Builder, SdkPojo, CopyableBuilder<UpdateAttendeeCapabilitiesRequest.Builder,UpdateAttendeeCapabilitiesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattendeeId
(String attendeeId) The ID of the attendee associated with the update request.capabilities
(Consumer<AttendeeCapabilities.Builder> capabilities) The capabilities that you want to update.capabilities
(AttendeeCapabilities capabilities) The capabilities that you want to update.The ID of the meeting associated with the update request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chimesdkmeetings.model.ChimeSdkMeetingsRequest.Builder
build
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
-
meetingId
The ID of the meeting associated with the update request.
- Parameters:
meetingId
- The ID of the meeting associated with the update request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attendeeId
The ID of the attendee associated with the update request.
- Parameters:
attendeeId
- The ID of the attendee associated with the update request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
The capabilities that you want to update.
- Parameters:
capabilities
- The capabilities that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
default UpdateAttendeeCapabilitiesRequest.Builder capabilities(Consumer<AttendeeCapabilities.Builder> capabilities) The capabilities that you want to update.
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:
-
overrideConfiguration
UpdateAttendeeCapabilitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAttendeeCapabilitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-