CopyableBuilder<Snapshot.Builder,Snapshot>, SdkBuilder<Snapshot.Builder,Snapshot>public static interface Snapshot.Builder extends CopyableBuilder<Snapshot.Builder,Snapshot>
| Modifier and Type | Method | Description |
|---|---|---|
Snapshot.Builder |
directoryId(String directoryId) |
The directory identifier.
|
Snapshot.Builder |
name(String name) |
The descriptive name of the snapshot.
|
Snapshot.Builder |
snapshotId(String snapshotId) |
The snapshot identifier.
|
Snapshot.Builder |
startTime(Date startTime) |
The date and time that the snapshot was taken.
|
Snapshot.Builder |
status(String status) |
The snapshot status.
|
Snapshot.Builder |
status(SnapshotStatus status) |
The snapshot status.
|
Snapshot.Builder |
type(String type) |
The snapshot type.
|
Snapshot.Builder |
type(SnapshotType type) |
The snapshot type.
|
copyapply, buildSnapshot.Builder directoryId(String directoryId)
The directory identifier.
directoryId - The directory identifier.Snapshot.Builder snapshotId(String snapshotId)
The snapshot identifier.
snapshotId - The snapshot identifier.Snapshot.Builder type(String type)
The snapshot type.
type - The snapshot type.SnapshotTypeSnapshot.Builder type(SnapshotType type)
The snapshot type.
type - The snapshot type.SnapshotTypeSnapshot.Builder name(String name)
The descriptive name of the snapshot.
name - The descriptive name of the snapshot.Snapshot.Builder status(String status)
The snapshot status.
status - The snapshot status.SnapshotStatusSnapshot.Builder status(SnapshotStatus status)
The snapshot status.
status - The snapshot status.SnapshotStatusSnapshot.Builder startTime(Date startTime)
The date and time that the snapshot was taken.
startTime - The date and time that the snapshot was taken.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.