public static interface UpdateParticipantRoleConfigRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateParticipantRoleConfigRequest.Builder,UpdateParticipantRoleConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateParticipantRoleConfigRequest.Builder |
channelConfiguration(Consumer<UpdateParticipantRoleConfigChannelInfo.Builder> channelConfiguration)
The Amazon Connect channel you want to configure.
|
UpdateParticipantRoleConfigRequest.Builder |
channelConfiguration(UpdateParticipantRoleConfigChannelInfo channelConfiguration)
The Amazon Connect channel you want to configure.
|
UpdateParticipantRoleConfigRequest.Builder |
contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
UpdateParticipantRoleConfigRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateParticipantRoleConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateParticipantRoleConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateParticipantRoleConfigRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.UpdateParticipantRoleConfigRequest.Builder contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
contactId - The identifier of the contact in this instance of Amazon Connect.UpdateParticipantRoleConfigRequest.Builder channelConfiguration(UpdateParticipantRoleConfigChannelInfo channelConfiguration)
The Amazon Connect channel you want to configure.
channelConfiguration - The Amazon Connect channel you want to configure.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 via
UpdateParticipantRoleConfigChannelInfo.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to channelConfiguration(UpdateParticipantRoleConfigChannelInfo).
channelConfiguration - a consumer that will call methods on UpdateParticipantRoleConfigChannelInfo.BuilderchannelConfiguration(UpdateParticipantRoleConfigChannelInfo)UpdateParticipantRoleConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateParticipantRoleConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.