public static interface SnapshotDetails.Builder extends SdkPojo, CopyableBuilder<SnapshotDetails.Builder,SnapshotDetails>
| Modifier and Type | Method and Description |
|---|---|
SnapshotDetails.Builder |
applicationVersionId(Long applicationVersionId)
The current application version ID when the snapshot was created.
|
SnapshotDetails.Builder |
snapshotCreationTimestamp(Instant snapshotCreationTimestamp)
The timestamp of the application snapshot.
|
SnapshotDetails.Builder |
snapshotName(String snapshotName)
The identifier for the application snapshot.
|
SnapshotDetails.Builder |
snapshotStatus(SnapshotStatus snapshotStatus)
The status of the application snapshot.
|
SnapshotDetails.Builder |
snapshotStatus(String snapshotStatus)
The status of the application snapshot.
|
copyapplyMutation, buildSnapshotDetails.Builder snapshotName(String snapshotName)
The identifier for the application snapshot.
snapshotName - The identifier for the application snapshot.SnapshotDetails.Builder snapshotStatus(String snapshotStatus)
The status of the application snapshot.
snapshotStatus - The status of the application snapshot.SnapshotStatus,
SnapshotStatusSnapshotDetails.Builder snapshotStatus(SnapshotStatus snapshotStatus)
The status of the application snapshot.
snapshotStatus - The status of the application snapshot.SnapshotStatus,
SnapshotStatusSnapshotDetails.Builder applicationVersionId(Long applicationVersionId)
The current application version ID when the snapshot was created.
applicationVersionId - The current application version ID when the snapshot was created.SnapshotDetails.Builder snapshotCreationTimestamp(Instant snapshotCreationTimestamp)
The timestamp of the application snapshot.
snapshotCreationTimestamp - The timestamp of the application snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.