Interface UpdateContactRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateContactRequest.Builder,UpdateContactRequest>,SdkBuilder<UpdateContactRequest.Builder,UpdateContactRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateContactRequest
public static interface UpdateContactRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactRequest.Builder,UpdateContactRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateContactRequest.BuildercontactId(String contactId)The identifier of the contact.UpdateContactRequest.Builderdescription(String description)The description of the contact.UpdateContactRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateContactRequest.Buildername(String name)The name of the contact.UpdateContactRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateContactRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateContactRequest.Builderreferences(Map<String,Reference> references)Well-formed data on contact, shown to agents on Contact Control Panel (CCP).-
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
UpdateContactRequest.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
UpdateContactRequest.Builder contactId(String contactId)
The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.
- Parameters:
contactId- The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateContactRequest.Builder name(String name)
The name of the contact.
- Parameters:
name- The name of the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateContactRequest.Builder description(String description)
The description of the contact.
- Parameters:
description- The description of the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
references
UpdateContactRequest.Builder references(Map<String,Reference> references)
Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
- Parameters:
references- Well-formed data on contact, shown to agents on Contact Control Panel (CCP).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-