public static interface EnableFastSnapshotRestoresResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<EnableFastSnapshotRestoresResponse.Builder,EnableFastSnapshotRestoresResponse>
| Modifier and Type | Method and Description |
|---|---|
EnableFastSnapshotRestoresResponse.Builder |
successful(Collection<EnableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
|
EnableFastSnapshotRestoresResponse.Builder |
successful(Consumer<EnableFastSnapshotRestoreSuccessItem.Builder>... successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
|
EnableFastSnapshotRestoresResponse.Builder |
successful(EnableFastSnapshotRestoreSuccessItem... successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
|
EnableFastSnapshotRestoresResponse.Builder |
unsuccessful(Collection<EnableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
|
EnableFastSnapshotRestoresResponse.Builder |
unsuccessful(Consumer<EnableFastSnapshotRestoreErrorItem.Builder>... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
|
EnableFastSnapshotRestoresResponse.Builder |
unsuccessful(EnableFastSnapshotRestoreErrorItem... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableFastSnapshotRestoresResponse.Builder successful(Collection<EnableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
successful - Information about the snapshots for which fast snapshot restores were successfully enabled.EnableFastSnapshotRestoresResponse.Builder successful(EnableFastSnapshotRestoreSuccessItem... successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
successful - Information about the snapshots for which fast snapshot restores were successfully enabled.EnableFastSnapshotRestoresResponse.Builder successful(Consumer<EnableFastSnapshotRestoreSuccessItem.Builder>... successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
This is a convenience 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 #successful(List) .successful - a consumer that will call methods on List.Builder #successful(List) EnableFastSnapshotRestoresResponse.Builder unsuccessful(Collection<EnableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
unsuccessful - Information about the snapshots for which fast snapshot restores could not be enabled.EnableFastSnapshotRestoresResponse.Builder unsuccessful(EnableFastSnapshotRestoreErrorItem... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
unsuccessful - Information about the snapshots for which fast snapshot restores could not be enabled.EnableFastSnapshotRestoresResponse.Builder unsuccessful(Consumer<EnableFastSnapshotRestoreErrorItem.Builder>... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
This is a convenience 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 #unsuccessful(List) .unsuccessful - a consumer that will call methods on List.Builder #unsuccessful(List) Copyright © 2020. All rights reserved.