Interface UpdateParticipantRoleConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateParticipantRoleConfigRequest.Builder,UpdateParticipantRoleConfigRequest>,SdkBuilder<UpdateParticipantRoleConfigRequest.Builder,UpdateParticipantRoleConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateParticipantRoleConfigRequest
public static interface UpdateParticipantRoleConfigRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateParticipantRoleConfigRequest.Builder,UpdateParticipantRoleConfigRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateParticipantRoleConfigRequest.BuilderchannelConfiguration(Consumer<UpdateParticipantRoleConfigChannelInfo.Builder> channelConfiguration)The Amazon Connect channel you want to configure.UpdateParticipantRoleConfigRequest.BuilderchannelConfiguration(UpdateParticipantRoleConfigChannelInfo channelConfiguration)The Amazon Connect channel you want to configure.UpdateParticipantRoleConfigRequest.BuildercontactId(String contactId)The identifier of the contact in this instance of Amazon Connect.UpdateParticipantRoleConfigRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateParticipantRoleConfigRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateParticipantRoleConfigRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
instanceId
UpdateParticipantRoleConfigRequest.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.
- 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
UpdateParticipantRoleConfigRequest.Builder contactId(String 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.Builderavoiding the need to create one manually viaUpdateParticipantRoleConfigChannelInfo.builder().When the
Consumercompletes,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:
channelConfiguration(UpdateParticipantRoleConfigChannelInfo)
-
overrideConfiguration
UpdateParticipantRoleConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateParticipantRoleConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-