Interface AssociatedContactSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssociatedContactSummary.Builder,
,AssociatedContactSummary> SdkBuilder<AssociatedContactSummary.Builder,
,AssociatedContactSummary> SdkPojo
- Enclosing class:
AssociatedContactSummary
-
Method Summary
Modifier and TypeMethodDescriptionHow the contact reached your contact center.How the contact reached your contact center.contactArn
(String contactArn) The Amazon Resource Name (ARN) of the contactThe identifier of the contact in this instance of Amazon Connect.disconnectTimestamp
(Instant disconnectTimestamp) The date and time that the customer endpoint disconnected from the current contact, in UTC time.initialContactId
(String initialContactId) If this contact is related to other contacts, this is the ID of the initial contact.initiationMethod
(String initiationMethod) Indicates how the contact was initiated.initiationMethod
(ContactInitiationMethod initiationMethod) Indicates how the contact was initiated.initiationTimestamp
(Instant initiationTimestamp) The date and time this contact was initiated, in UTC time.previousContactId
(String previousContactId) If this contact is not the first contact, this is the ID of the previous contact.relatedContactId
(String relatedContactId) The contactId that is related to this contact.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
-
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.
-
contactArn
The Amazon Resource Name (ARN) of the contact
- Parameters:
contactArn
- The Amazon Resource Name (ARN) of the contact- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initiationTimestamp
The date and time this contact was initiated, in UTC time.
- Parameters:
initiationTimestamp
- The date and time this contact was initiated, in UTC time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disconnectTimestamp
The date and time that the customer endpoint disconnected from the current contact, in UTC time. In transfer scenarios, the DisconnectTimestamp of the previous contact indicates the date and time when that contact ended.
- Parameters:
disconnectTimestamp
- The date and time that the customer endpoint disconnected from the current contact, in UTC time. In transfer scenarios, the DisconnectTimestamp of the previous contact indicates the date and time when that contact ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initialContactId
If this contact is related to other contacts, this is the ID of the initial contact.
- Parameters:
initialContactId
- If this contact is related to other contacts, this is the ID of the initial contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
previousContactId
If this contact is not the first contact, this is the ID of the previous contact.
- Parameters:
previousContactId
- If this contact is not the first contact, this is the ID of the previous contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initiationMethod
Indicates how the contact was initiated.
- Parameters:
initiationMethod
- Indicates how the contact was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
initiationMethod
Indicates how the contact was initiated.
- Parameters:
initiationMethod
- Indicates how the contact was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
channel
How the contact reached your contact center.
- Parameters:
channel
- How the contact reached your contact center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
channel
How the contact reached your contact center.
- Parameters:
channel
- How the contact reached your contact center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-