Class TermVersionAttachment.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplacepublisher.model.TermVersionAttachment.Builder
 
- 
- Enclosing class:
- TermVersionAttachment
 
 public static class TermVersionAttachment.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TermVersionAttachmentbuild()TermVersionAttachment.BuildercontentUrl(String contentUrl)The content URL of the uploaded data.TermVersionAttachment.Buildercopy(TermVersionAttachment model)TermVersionAttachment.BuildermimeType(String mimeType)The MIME type of the uploaded data.
 
- 
- 
- 
Method Detail- 
contentUrlpublic TermVersionAttachment.Builder contentUrl(String contentUrl) The content URL of the uploaded data.- Parameters:
- contentUrl- the value to set
- Returns:
- this builder
 
 - 
mimeTypepublic TermVersionAttachment.Builder mimeType(String mimeType) The MIME type of the uploaded data.- Parameters:
- mimeType- the value to set
- Returns:
- this builder
 
 - 
buildpublic TermVersionAttachment build() 
 - 
copypublic TermVersionAttachment.Builder copy(TermVersionAttachment model) 
 
- 
 
-