public static interface AttachmentReference.Builder extends SdkPojo, CopyableBuilder<AttachmentReference.Builder,AttachmentReference>
| Modifier and Type | Method and Description |
|---|---|
AttachmentReference.Builder |
name(String name)
Identifier of the attachment reference.
|
AttachmentReference.Builder |
status(ReferenceStatus status)
Status of the attachment reference type.
|
AttachmentReference.Builder |
status(String status)
Status of the attachment reference type.
|
AttachmentReference.Builder |
value(String value)
The location path of the attachment reference.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachmentReference.Builder name(String name)
Identifier of the attachment reference.
name - Identifier of the attachment reference.AttachmentReference.Builder value(String value)
The location path of the attachment reference.
value - The location path of the attachment reference.AttachmentReference.Builder status(String status)
Status of the attachment reference type.
status - Status of the attachment reference type.ReferenceStatus,
ReferenceStatusAttachmentReference.Builder status(ReferenceStatus status)
Status of the attachment reference type.
status - Status of the attachment reference type.ReferenceStatus,
ReferenceStatusCopyright © 2023. All rights reserved.