Package com.oracle.bmc.ocvp.model
Class VmwareBinaryDownloadInfo.Builder
- java.lang.Object
-
- com.oracle.bmc.ocvp.model.VmwareBinaryDownloadInfo.Builder
-
- Enclosing class:
- VmwareBinaryDownloadInfo
public static class VmwareBinaryDownloadInfo.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VmwareBinaryDownloadInfobuild()VmwareBinaryDownloadInfo.Buildercopy(VmwareBinaryDownloadInfo model)VmwareBinaryDownloadInfo.BuilderfileName(String fileName)The name of the VMware binary file.VmwareBinaryDownloadInfo.BuildertimeExpires(Date timeExpires)The expiration date for the URL, in the format defined by RFC3339.VmwareBinaryDownloadInfo.Builderurl(String url)The URL to download the VMware binary.
-
-
-
Method Detail
-
fileName
public VmwareBinaryDownloadInfo.Builder fileName(String fileName)
The name of the VMware binary file.- Parameters:
fileName- the value to set- Returns:
- this builder
-
url
public VmwareBinaryDownloadInfo.Builder url(String url)
The URL to download the VMware binary.- Parameters:
url- the value to set- Returns:
- this builder
-
timeExpires
public VmwareBinaryDownloadInfo.Builder timeExpires(Date timeExpires)
The expiration date for the URL, in the format defined by RFC3339.After this date the URL will no longer be valid.
Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeExpires- the value to set- Returns:
- this builder
-
build
public VmwareBinaryDownloadInfo build()
-
copy
public VmwareBinaryDownloadInfo.Builder copy(VmwareBinaryDownloadInfo model)
-
-