Class UploadData.Builder
- java.lang.Object
-
- com.oracle.bmc.servicecatalog.model.UploadData.Builder
-
- Enclosing class:
- UploadData
public static class UploadData.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadData
build()
UploadData.Builder
contentUrl(String contentUrl)
The content URL of the uploaded data.UploadData.Builder
copy(UploadData model)
UploadData.Builder
displayName(String displayName)
The name used to refer to the uploaded data.UploadData.Builder
mimeType(String mimeType)
The MIME type of the uploaded data.
-
-
-
Method Detail
-
displayName
public UploadData.Builder displayName(String displayName)
The name used to refer to the uploaded data.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
contentUrl
public UploadData.Builder contentUrl(String contentUrl)
The content URL of the uploaded data.- Parameters:
contentUrl
- the value to set- Returns:
- this builder
-
mimeType
public UploadData.Builder mimeType(String mimeType)
The MIME type of the uploaded data.- Parameters:
mimeType
- the value to set- Returns:
- this builder
-
build
public UploadData build()
-
copy
public UploadData.Builder copy(UploadData model)
-
-