ToCopyableBuilder<ClientData.Builder,ClientData>
@Generated("software.amazon.awssdk:codegen") public class ClientData extends Object implements ToCopyableBuilder<ClientData.Builder,ClientData>
Describes the client-specific data.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ClientData.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ClientData.Builder |
builder() |
|
String |
comment() |
A user-defined comment about the disk upload.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ClientData.Builder> |
serializableBuilderClass() |
|
ClientData.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Date |
uploadEnd() |
The time that the disk upload ends.
|
Double |
uploadSize() |
The size of the uploaded disk image, in GiB.
|
Date |
uploadStart() |
The time that the disk upload starts.
|
public String comment()
A user-defined comment about the disk upload.
public Date uploadEnd()
The time that the disk upload ends.
public Double uploadSize()
The size of the uploaded disk image, in GiB.
public Date uploadStart()
The time that the disk upload starts.
public ClientData.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClientData.Builder,ClientData>
public static ClientData.Builder builder()
public static Class<? extends ClientData.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.