Package com.oracle.bmc.database.model
Class DownloadOneoffPatch.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.DownloadOneoffPatch.Builder
-
- Enclosing class:
- DownloadOneoffPatch
public static class DownloadOneoffPatch.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadOneoffPatch.Builder
accessUri(String accessUri)
URI to download one-off patch.DownloadOneoffPatch
build()
DownloadOneoffPatch.Builder
copy(DownloadOneoffPatch model)
DownloadOneoffPatch.Builder
timeCreated(Date timeCreated)
The date and time one-off patch URI was created.DownloadOneoffPatch.Builder
timeExpires(Date timeExpires)
The date and time until which the one-off patch URI will be available for download.
-
-
-
Method Detail
-
accessUri
public DownloadOneoffPatch.Builder accessUri(String accessUri)
URI to download one-off patch.- Parameters:
accessUri
- the value to set- Returns:
- this builder
-
timeCreated
public DownloadOneoffPatch.Builder timeCreated(Date timeCreated)
The date and time one-off patch URI was created.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeExpires
public DownloadOneoffPatch.Builder timeExpires(Date timeExpires)
The date and time until which the one-off patch URI will be available for download.- Parameters:
timeExpires
- the value to set- Returns:
- this builder
-
build
public DownloadOneoffPatch build()
-
copy
public DownloadOneoffPatch.Builder copy(DownloadOneoffPatch model)
-
-