public static class DownloadOneoffPatch.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public DownloadOneoffPatch.Builder accessUri(String accessUri)
URI to download one-off patch.
accessUri
- the value to setpublic DownloadOneoffPatch.Builder timeCreated(Date timeCreated)
The date and time one-off patch URI was created.
timeCreated
- the value to setpublic DownloadOneoffPatch.Builder timeExpires(Date timeExpires)
The date and time until which the one-off patch URI will be available for download.
timeExpires
- the value to setpublic DownloadOneoffPatch build()
public DownloadOneoffPatch.Builder copy(DownloadOneoffPatch model)
Copyright © 2016–2024. All rights reserved.