CopyableBuilder<ClientData.Builder,ClientData>
, SdkBuilder<ClientData.Builder,ClientData>
public static interface ClientData.Builder extends CopyableBuilder<ClientData.Builder,ClientData>
Modifier and Type | Method | Description |
---|---|---|
ClientData.Builder |
comment(String comment) |
A user-defined comment about the disk upload.
|
ClientData.Builder |
uploadEnd(Date 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(Date uploadStart) |
The time that the disk upload starts.
|
copy
apply, 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(Date 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(Date uploadStart)
The time that the disk upload starts.
uploadStart
- The time that the disk upload starts.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.