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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactContent.Builderchannel(String channel)A list of channels to filter on for related items of typeContact.ContactContent.BuilderconnectedToSystemTime(Instant connectedToSystemTime)The difference between theInitiationTimestampand theDisconnectTimestampof the contact.ContactContent.BuildercontactArn(String contactArn)A unique identifier of a contact in Amazon Connect.-
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
-
channel
ContactContent.Builder channel(String 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
ContactContent.Builder connectedToSystemTime(Instant 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
ContactContent.Builder contactArn(String 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.
-
-