Interface UpdateParticipantRoleConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectRequest.Builder
,CopyableBuilder<UpdateParticipantRoleConfigRequest.Builder,
,UpdateParticipantRoleConfigRequest> SdkBuilder<UpdateParticipantRoleConfigRequest.Builder,
,UpdateParticipantRoleConfigRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateParticipantRoleConfigRequest
@Mutable
@NotThreadSafe
public static interface UpdateParticipantRoleConfigRequest.Builder
extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateParticipantRoleConfigRequest.Builder,UpdateParticipantRoleConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchannelConfiguration
(Consumer<UpdateParticipantRoleConfigChannelInfo.Builder> channelConfiguration) The Amazon Connect channel you want to configure.channelConfiguration
(UpdateParticipantRoleConfigChannelInfo channelConfiguration) The Amazon Connect channel you want to configure.The identifier of the contact in this instance of Amazon Connect.instanceId
(String instanceId) The identifier of the Amazon Connect instance.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.connect.model.ConnectRequest.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
-
instanceId
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId
- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactId
The identifier of the contact in this instance of Amazon Connect.
- Parameters:
contactId
- The identifier of the contact in this instance of Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelConfiguration
UpdateParticipantRoleConfigRequest.Builder channelConfiguration(UpdateParticipantRoleConfigChannelInfo channelConfiguration) The Amazon Connect channel you want to configure.
- Parameters:
channelConfiguration
- The Amazon Connect channel you want to configure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelConfiguration
default UpdateParticipantRoleConfigRequest.Builder channelConfiguration(Consumer<UpdateParticipantRoleConfigChannelInfo.Builder> channelConfiguration) The Amazon Connect channel you want to configure.
This is a convenience method that creates an instance of theUpdateParticipantRoleConfigChannelInfo.Builder
avoiding the need to create one manually viaUpdateParticipantRoleConfigChannelInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochannelConfiguration(UpdateParticipantRoleConfigChannelInfo)
.- Parameters:
channelConfiguration
- a consumer that will call methods onUpdateParticipantRoleConfigChannelInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateParticipantRoleConfigRequest.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
UpdateParticipantRoleConfigRequest.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.
-