public static class ListingRevisionAttachmentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public ListingRevisionAttachmentSummary.Builder id(String id)
The OCID of the listing revision attachment.
id
- the value to setpublic ListingRevisionAttachmentSummary.Builder listingRevisionId(String listingRevisionId)
The ID of the listing revision.
listingRevisionId
- the value to setpublic ListingRevisionAttachmentSummary.Builder compartmentId(String compartmentId)
The unique identifier for the compartment.
compartmentId
- the value to setpublic ListingRevisionAttachmentSummary.Builder displayName(String displayName)
The name of the specified document.
displayName
- the value to setpublic ListingRevisionAttachmentSummary.Builder attachmentType(ListingRevisionAttachment.AttachmentType attachmentType)
The specified attachment type.
attachmentType
- the value to setpublic ListingRevisionAttachmentSummary.Builder contentUrl(String contentUrl)
The URL of the specified attachment.
contentUrl
- the value to setpublic ListingRevisionAttachmentSummary.Builder mimeType(String mimeType)
The MIME type of the screenshot.
mimeType
- the value to setpublic ListingRevisionAttachmentSummary.Builder lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
The current state of the document.
lifecycleState
- the value to setpublic ListingRevisionAttachmentSummary.Builder timeCreated(Date timeCreated)
The date and time the related document was created, expressed in RFC 3339 timestamp format.
Example: 2022-09-24T21:10:29.600Z
timeCreated
- the value to setpublic ListingRevisionAttachmentSummary.Builder timeUpdated(Date timeUpdated)
The date and time the related document was updated, expressed in RFC 3339 timestamp format.
Example: 2022-09-24T21:10:29.600Z
timeUpdated
- the value to setpublic ListingRevisionAttachmentSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic ListingRevisionAttachmentSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic ListingRevisionAttachmentSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic ListingRevisionAttachmentSummary build()
public ListingRevisionAttachmentSummary.Builder copy(ListingRevisionAttachmentSummary model)
Copyright © 2016–2024. All rights reserved.