Uses of Interface
software.amazon.awssdk.services.directory.model.Snapshot.Builder
-
Packages that use Snapshot.Builder Package Description software.amazon.awssdk.services.directory.model -
-
Uses of Snapshot.Builder in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return Snapshot.Builder Modifier and Type Method Description static Snapshot.BuilderSnapshot. builder()Snapshot.BuilderSnapshot.Builder. directoryId(String directoryId)The directory identifier.Snapshot.BuilderSnapshot.Builder. name(String name)The descriptive name of the snapshot.Snapshot.BuilderSnapshot.Builder. snapshotId(String snapshotId)The snapshot identifier.Snapshot.BuilderSnapshot.Builder. startTime(Instant startTime)The date and time that the snapshot was taken.Snapshot.BuilderSnapshot.Builder. status(String status)The snapshot status.Snapshot.BuilderSnapshot.Builder. status(SnapshotStatus status)The snapshot status.Snapshot.BuilderSnapshot. toBuilder()Snapshot.BuilderSnapshot.Builder. type(String type)The snapshot type.Snapshot.BuilderSnapshot.Builder. type(SnapshotType type)The snapshot type.Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type Snapshot.Builder Modifier and Type Method Description static Class<? extends Snapshot.Builder>Snapshot. serializableBuilderClass()
-