public static interface ClientData.Builder extends SdkPojo, CopyableBuilder<ClientData.Builder,ClientData>
Modifier and Type | Method and Description |
---|---|
ClientData.Builder |
comment(String comment)
A user-defined comment about the disk upload.
|
ClientData.Builder |
uploadEnd(Instant uploadEnd)
The time that the disk upload ends.
|
ClientData.Builder |
uploadSize(Double uploadSize)
The size of the uploaded disk image, in GiB.
|
ClientData.Builder |
uploadStart(Instant uploadStart)
The time that the disk upload starts.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ClientData.Builder comment(String comment)
A user-defined comment about the disk upload.
comment
- A user-defined comment about the disk upload.ClientData.Builder uploadEnd(Instant uploadEnd)
The time that the disk upload ends.
uploadEnd
- The time that the disk upload ends.ClientData.Builder uploadSize(Double uploadSize)
The size of the uploaded disk image, in GiB.
uploadSize
- The size of the uploaded disk image, in GiB.ClientData.Builder uploadStart(Instant uploadStart)
The time that the disk upload starts.
uploadStart
- The time that the disk upload starts.Copyright © 2022. All rights reserved.