Uses of Interface
software.amazon.awssdk.services.connect.model.AttachmentReference.Builder
-
Packages that use AttachmentReference.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AttachmentReference.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AttachmentReference.Builder Modifier and Type Method Description static AttachmentReference.BuilderAttachmentReference. builder()AttachmentReference.BuilderAttachmentReference.Builder. name(String name)Identifier of the attachment reference.AttachmentReference.BuilderAttachmentReference.Builder. status(String status)Status of the attachment reference type.AttachmentReference.BuilderAttachmentReference.Builder. status(ReferenceStatus status)Status of the attachment reference type.AttachmentReference.BuilderAttachmentReference. toBuilder()AttachmentReference.BuilderAttachmentReference.Builder. value(String value)The location path of the attachment reference.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AttachmentReference.Builder Modifier and Type Method Description static Class<? extends AttachmentReference.Builder>AttachmentReference. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AttachmentReference.Builder Modifier and Type Method Description default ReferenceSummary.BuilderReferenceSummary.Builder. attachment(Consumer<AttachmentReference.Builder> attachment)Information about the reference when thereferenceTypeisATTACHMENT.static ReferenceSummaryReferenceSummary. fromAttachment(Consumer<AttachmentReference.Builder> attachment)Create an instance of this class withReferenceSummary.attachment()initialized to the given value.
-