Interface AssociatedContactSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedContactSummary.Builder,,AssociatedContactSummary> SdkBuilder<AssociatedContactSummary.Builder,,AssociatedContactSummary> SdkPojo
- Enclosing class:
AssociatedContactSummary
public static interface AssociatedContactSummary.Builder
extends SdkPojo, CopyableBuilder<AssociatedContactSummary.Builder,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 timestamp when the customer endpoint disconnected from Amazon Connect.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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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 timestamp when the customer endpoint disconnected from Amazon Connect.
- Parameters:
disconnectTimestamp- The timestamp when the customer endpoint disconnected from Amazon Connect.- 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:
-