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