public static interface Snapshot.Builder extends CopyableBuilder<Snapshot.Builder,Snapshot>
| Modifier and Type | Method and 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(Instant startTime)
The date and time that the snapshot was taken.
|
Snapshot.Builder |
status(SnapshotStatus status)
The snapshot status.
|
Snapshot.Builder |
status(String status)
The snapshot status.
|
Snapshot.Builder |
type(SnapshotType type)
The snapshot type.
|
Snapshot.Builder |
type(String 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.SnapshotType,
SnapshotTypeSnapshot.Builder type(SnapshotType type)
The snapshot type.
type - The snapshot type.SnapshotType,
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.SnapshotStatus,
SnapshotStatusSnapshot.Builder status(SnapshotStatus status)
The snapshot status.
status - The snapshot status.SnapshotStatus,
SnapshotStatusSnapshot.Builder startTime(Instant 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.