| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static AttachmentReference.Builder |
AttachmentReference.builder() |
AttachmentReference.Builder |
AttachmentReference.Builder.name(String name)
Identifier of the attachment reference.
|
AttachmentReference.Builder |
AttachmentReference.Builder.status(ReferenceStatus status)
Status of the attachment reference type.
|
AttachmentReference.Builder |
AttachmentReference.Builder.status(String status)
Status of the attachment reference type.
|
AttachmentReference.Builder |
AttachmentReference.toBuilder() |
AttachmentReference.Builder |
AttachmentReference.Builder.value(String value)
The location path of the attachment reference.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachmentReference.Builder> |
AttachmentReference.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReferenceSummary.Builder |
ReferenceSummary.Builder.attachment(Consumer<AttachmentReference.Builder> attachment)
Information about the reference when the
referenceType is ATTACHMENT. |
static ReferenceSummary |
ReferenceSummary.fromAttachment(Consumer<AttachmentReference.Builder> attachment)
Create an instance of this class with
ReferenceSummary.attachment() initialized to the given value. |
Copyright © 2022. All rights reserved.