public static interface ReferenceSummary.Builder extends SdkPojo, CopyableBuilder<ReferenceSummary.Builder,ReferenceSummary>
| Modifier and Type | Method and Description |
|---|---|
ReferenceSummary.Builder |
attachment(AttachmentReference attachment)
Information about the attachment reference if the
referenceType is ATTACHMENT. |
default ReferenceSummary.Builder |
attachment(Consumer<AttachmentReference.Builder> attachment)
Information about the attachment reference if the
referenceType is ATTACHMENT. |
default ReferenceSummary.Builder |
url(Consumer<UrlReference.Builder> url)
Information about the URL reference if the
referenceType is URL. |
ReferenceSummary.Builder |
url(UrlReference url)
Information about the URL reference if the
referenceType is URL. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReferenceSummary.Builder url(UrlReference url)
Information about the URL reference if the referenceType is URL. Otherwise, null.
url - Information about the URL reference if the referenceType is URL. Otherwise,
null.default ReferenceSummary.Builder url(Consumer<UrlReference.Builder> url)
Information about the URL reference if the referenceType is URL. Otherwise, null.
UrlReference.Builder avoiding the need
to create one manually via UrlReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to url(UrlReference).url - a consumer that will call methods on UrlReference.Builderurl(UrlReference)ReferenceSummary.Builder attachment(AttachmentReference attachment)
Information about the attachment reference if the referenceType is ATTACHMENT.
Otherwise, null.
attachment - Information about the attachment reference if the referenceType is
ATTACHMENT. Otherwise, null.default ReferenceSummary.Builder attachment(Consumer<AttachmentReference.Builder> attachment)
Information about the attachment reference if the referenceType is ATTACHMENT.
Otherwise, null.
AttachmentReference.Builder avoiding the
need to create one manually via AttachmentReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to attachment(AttachmentReference).attachment - a consumer that will call methods on AttachmentReference.Builderattachment(AttachmentReference)Copyright © 2022. All rights reserved.