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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadOneoffPatch.BuilderaccessUri(String accessUri)URI to download one-off patch.DownloadOneoffPatchbuild()DownloadOneoffPatch.Buildercopy(DownloadOneoffPatch model)DownloadOneoffPatch.BuildertimeCreated(Date timeCreated)The date and time one-off patch URI was created.DownloadOneoffPatch.BuildertimeExpires(Date timeExpires)The date and time until which the one-off patch URI will be available for download.
 
- 
- 
- 
Method Detail- 
accessUripublic DownloadOneoffPatch.Builder accessUri(String accessUri) URI to download one-off patch.- Parameters:
- accessUri- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic DownloadOneoffPatch.Builder timeCreated(Date timeCreated) The date and time one-off patch URI was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeExpirespublic 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
 
 - 
buildpublic DownloadOneoffPatch build() 
 - 
copypublic DownloadOneoffPatch.Builder copy(DownloadOneoffPatch model) 
 
- 
 
-