Interface ContactContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContactContent.Builder,,ContactContent> SdkBuilder<ContactContent.Builder,,ContactContent> SdkPojo
- Enclosing class:
ContactContent
public static interface ContactContent.Builder
extends SdkPojo, CopyableBuilder<ContactContent.Builder,ContactContent>
-
Method Summary
Modifier and TypeMethodDescriptionA list of channels to filter on for related items of typeContact.connectedToSystemTime(Instant connectedToSystemTime) The difference between theInitiationTimestampand theDisconnectTimestampof the contact.contactArn(String contactArn) A unique identifier of a contact in Amazon Connect.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, sdkFields
-
Method Details
-
channel
A list of channels to filter on for related items of type
Contact.- Parameters:
channel- A list of channels to filter on for related items of typeContact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectedToSystemTime
The difference between the
InitiationTimestampand theDisconnectTimestampof the contact.- Parameters:
connectedToSystemTime- The difference between theInitiationTimestampand theDisconnectTimestampof the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactArn
A unique identifier of a contact in Amazon Connect.
- Parameters:
contactArn- A unique identifier of a contact in Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-