public static interface SnapshotDetails.Builder extends SdkPojo, CopyableBuilder<SnapshotDetails.Builder,SnapshotDetails>
| Modifier and Type | Method and Description |
|---|---|
SnapshotDetails.Builder |
created(Instant created)
The timestamp of when the snapshot was created.
|
SnapshotDetails.Builder |
description(String description)
The description of the snapshot.
|
SnapshotDetails.Builder |
id(String id)
The identifier of the snapshot.
|
SnapshotDetails.Builder |
lastUpdated(Instant lastUpdated)
The timestamp of when the snapshot was last updated.
|
SnapshotDetails.Builder |
sections(Map<String,Section> sections)
The sections in the snapshot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotDetails.Builder created(Instant created)
The timestamp of when the snapshot was created.
created - The timestamp of when the snapshot was created.SnapshotDetails.Builder description(String description)
The description of the snapshot.
description - The description of the snapshot.SnapshotDetails.Builder id(String id)
The identifier of the snapshot.
id - The identifier of the snapshot.SnapshotDetails.Builder lastUpdated(Instant lastUpdated)
The timestamp of when the snapshot was last updated.
lastUpdated - The timestamp of when the snapshot was last updated.SnapshotDetails.Builder sections(Map<String,Section> sections)
The sections in the snapshot.
sections - The sections in the snapshot.Copyright © 2022. All rights reserved.