Class RelatedDocumentAttachment.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplacepublisher.model.RelatedDocumentAttachment.Builder
 
- 
- Enclosing class:
- RelatedDocumentAttachment
 
 public static class RelatedDocumentAttachment.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic RelatedDocumentAttachment.Builder id(String id) 
 - 
compartmentIdpublic RelatedDocumentAttachment.Builder compartmentId(String compartmentId) 
 - 
listingRevisionIdpublic RelatedDocumentAttachment.Builder listingRevisionId(String listingRevisionId) 
 - 
displayNamepublic RelatedDocumentAttachment.Builder displayName(String displayName) 
 - 
descriptionpublic RelatedDocumentAttachment.Builder description(String description) 
 - 
lifecycleStatepublic RelatedDocumentAttachment.Builder lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState) 
 - 
timeCreatedpublic RelatedDocumentAttachment.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic RelatedDocumentAttachment.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic RelatedDocumentAttachment.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic RelatedDocumentAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic RelatedDocumentAttachment.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
documentCategorypublic RelatedDocumentAttachment.Builder documentCategory(RelatedDocumentAttachment.DocumentCategory documentCategory) Possible lifecycle states.- Parameters:
- documentCategory- the value to set
- Returns:
- this builder
 
 - 
contentUrlpublic RelatedDocumentAttachment.Builder contentUrl(String contentUrl) URL of the uploaded document.- Parameters:
- contentUrl- the value to set
- Returns:
- this builder
 
 - 
mimeTypepublic RelatedDocumentAttachment.Builder mimeType(String mimeType) The MIME type of the uploaded data.- Parameters:
- mimeType- the value to set
- Returns:
- this builder
 
 - 
buildpublic RelatedDocumentAttachment build() 
 - 
copypublic RelatedDocumentAttachment.Builder copy(RelatedDocumentAttachment model) 
 
- 
 
-