Uses of Interface
software.amazon.awssdk.services.connectcases.model.ContactContent.Builder
-
Packages that use ContactContent.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of ContactContent.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return ContactContent.Builder Modifier and Type Method Description static ContactContent.BuilderContactContent. builder()ContactContent.BuilderContactContent.Builder. channel(String channel)A list of channels to filter on for related items of typeContact.ContactContent.BuilderContactContent.Builder. connectedToSystemTime(Instant connectedToSystemTime)The difference between theInitiationTimestampand theDisconnectTimestampof the contact.ContactContent.BuilderContactContent.Builder. contactArn(String contactArn)A unique identifier of a contact in Amazon Connect.ContactContent.BuilderContactContent. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type ContactContent.Builder Modifier and Type Method Description static Class<? extends ContactContent.Builder>ContactContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type ContactContent.Builder Modifier and Type Method Description default RelatedItemContent.BuilderRelatedItemContent.Builder. contact(Consumer<ContactContent.Builder> contact)Represents the content of a contact to be returned to agents.static RelatedItemContentRelatedItemContent. fromContact(Consumer<ContactContent.Builder> contact)Create an instance of this class withRelatedItemContent.contact()initialized to the given value.
-