Uses of Interface
software.amazon.awssdk.services.connectcases.model.RelatedItemContent.Builder
-
Packages that use RelatedItemContent.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of RelatedItemContent.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return RelatedItemContent.Builder Modifier and Type Method Description static RelatedItemContent.BuilderRelatedItemContent. builder()default RelatedItemContent.BuilderRelatedItemContent.Builder. comment(Consumer<CommentContent.Builder> comment)Represents the content of a comment to be returned to agents.RelatedItemContent.BuilderRelatedItemContent.Builder. comment(CommentContent comment)Represents the content of a comment to be returned to agents.default RelatedItemContent.BuilderRelatedItemContent.Builder. contact(Consumer<ContactContent.Builder> contact)Represents the content of a contact to be returned to agents.RelatedItemContent.BuilderRelatedItemContent.Builder. contact(ContactContent contact)Represents the content of a contact to be returned to agents.default RelatedItemContent.BuilderRelatedItemContent.Builder. file(Consumer<FileContent.Builder> file)Represents the content of a File to be returned to agents.RelatedItemContent.BuilderRelatedItemContent.Builder. file(FileContent file)Represents the content of a File to be returned to agents.RelatedItemContent.BuilderRelatedItemContent. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type RelatedItemContent.Builder Modifier and Type Method Description static Class<? extends RelatedItemContent.Builder>RelatedItemContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type RelatedItemContent.Builder Modifier and Type Method Description default SearchRelatedItemsResponseItem.BuilderSearchRelatedItemsResponseItem.Builder. content(Consumer<RelatedItemContent.Builder> content)Represents the content of a particular type of related item.
-