public static interface EnableFastSnapshotRestoreErrorItem.Builder extends SdkPojo, CopyableBuilder<EnableFastSnapshotRestoreErrorItem.Builder,EnableFastSnapshotRestoreErrorItem>
| Modifier and Type | Method and Description |
|---|---|
EnableFastSnapshotRestoreErrorItem.Builder |
fastSnapshotRestoreStateErrors(Collection<EnableFastSnapshotRestoreStateErrorItem> fastSnapshotRestoreStateErrors)
The errors.
|
EnableFastSnapshotRestoreErrorItem.Builder |
fastSnapshotRestoreStateErrors(Consumer<EnableFastSnapshotRestoreStateErrorItem.Builder>... fastSnapshotRestoreStateErrors)
The errors.
|
EnableFastSnapshotRestoreErrorItem.Builder |
fastSnapshotRestoreStateErrors(EnableFastSnapshotRestoreStateErrorItem... fastSnapshotRestoreStateErrors)
The errors.
|
EnableFastSnapshotRestoreErrorItem.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableFastSnapshotRestoreErrorItem.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId - The ID of the snapshot.EnableFastSnapshotRestoreErrorItem.Builder fastSnapshotRestoreStateErrors(Collection<EnableFastSnapshotRestoreStateErrorItem> fastSnapshotRestoreStateErrors)
The errors.
fastSnapshotRestoreStateErrors - The errors.EnableFastSnapshotRestoreErrorItem.Builder fastSnapshotRestoreStateErrors(EnableFastSnapshotRestoreStateErrorItem... fastSnapshotRestoreStateErrors)
The errors.
fastSnapshotRestoreStateErrors - The errors.EnableFastSnapshotRestoreErrorItem.Builder fastSnapshotRestoreStateErrors(Consumer<EnableFastSnapshotRestoreStateErrorItem.Builder>... fastSnapshotRestoreStateErrors)
The errors.
This is a convenience method that creates an instance of theEnableFastSnapshotRestoreStateErrorItem.Builder avoiding
the need to create one manually via
EnableFastSnapshotRestoreStateErrorItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #fastSnapshotRestoreStateErrors(List.
fastSnapshotRestoreStateErrors - a consumer that will call methods on
EnableFastSnapshotRestoreStateErrorItem.Builder#fastSnapshotRestoreStateErrors(java.util.Collection) Copyright © 2022. All rights reserved.