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, sdkFields
copy
applyMutation, build
EnableFastSnapshotRestoreErrorItem.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 the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is
called immediately and its result is passed to #fastSnapshotRestoreStateErrors(List)
.fastSnapshotRestoreStateErrors
- a consumer that will call methods on List.Builder
#fastSnapshotRestoreStateErrors(List)
Copyright © 2022. All rights reserved.