public static interface ClientData.Builder extends 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. 
 | 
copyapplyMutation, buildClientData.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.