public static interface RelatedItemInputContent.Builder extends SdkPojo, CopyableBuilder<RelatedItemInputContent.Builder,RelatedItemInputContent>
| Modifier and Type | Method and Description |
|---|---|
RelatedItemInputContent.Builder |
comment(CommentContent comment)
Represents the content of a comment to be returned to agents.
|
default RelatedItemInputContent.Builder |
comment(Consumer<CommentContent.Builder> comment)
Represents the content of a comment to be returned to agents.
|
default RelatedItemInputContent.Builder |
contact(Consumer<Contact.Builder> contact)
Object representing a contact in Amazon Connect as an API request field.
|
RelatedItemInputContent.Builder |
contact(Contact contact)
Object representing a contact in Amazon Connect as an API request field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRelatedItemInputContent.Builder comment(CommentContent comment)
Represents the content of a comment to be returned to agents.
comment - Represents the content of a comment to be returned to agents.default RelatedItemInputContent.Builder comment(Consumer<CommentContent.Builder> comment)
Represents the content of a comment to be returned to agents.
This is a convenience method that creates an instance of theCommentContent.Builder avoiding the need
to create one manually via CommentContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to comment(CommentContent).
comment - a consumer that will call methods on CommentContent.Buildercomment(CommentContent)RelatedItemInputContent.Builder contact(Contact contact)
Object representing a contact in Amazon Connect as an API request field.
contact - Object representing a contact in Amazon Connect as an API request field.default RelatedItemInputContent.Builder contact(Consumer<Contact.Builder> contact)
Object representing a contact in Amazon Connect as an API request field.
This is a convenience method that creates an instance of theContact.Builder avoiding the need to
create one manually via Contact.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to contact(Contact).
contact - a consumer that will call methods on Contact.Buildercontact(Contact)Copyright © 2023. All rights reserved.