| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static Snapshot.Builder |
Snapshot.builder() |
Snapshot.Builder |
Snapshot.Builder.directoryId(String directoryId)
The directory identifier.
|
Snapshot.Builder |
Snapshot.Builder.name(String name)
The descriptive name of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.snapshotId(String snapshotId)
The snapshot identifier.
|
Snapshot.Builder |
Snapshot.Builder.startTime(Instant startTime)
The date and time that the snapshot was taken.
|
Snapshot.Builder |
Snapshot.Builder.status(SnapshotStatus status)
The snapshot status.
|
Snapshot.Builder |
Snapshot.Builder.status(String status)
The snapshot status.
|
Snapshot.Builder |
Snapshot.toBuilder() |
Snapshot.Builder |
Snapshot.Builder.type(SnapshotType type)
The snapshot type.
|
Snapshot.Builder |
Snapshot.Builder.type(String type)
The snapshot type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Snapshot.Builder> |
Snapshot.serializableBuilderClass() |
Copyright © 2022. All rights reserved.