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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.chimesdkmeetings.model.ChimeSdkMeetingsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
meetingIdThe 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.
 
- 
attendeeIdThe 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.
 
- 
capabilitiesThe 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.
 
- 
capabilitiesdefault 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.Builderavoiding the need to create one manually viaAttendeeCapabilities.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocapabilities(AttendeeCapabilities).- Parameters:
- capabilities- a consumer that will call methods on- AttendeeCapabilities.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateAttendeeCapabilitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateAttendeeCapabilitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-