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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisableFastSnapshotRestoresResponse.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 theDisableFastSnapshotRestoreSuccessItem.Builder
avoiding the
need to create one manually via
DisableFastSnapshotRestoreSuccessItem.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is
called immediately and its result is passed to #successful(List
.
successful
- a consumer that will call methods on
DisableFastSnapshotRestoreSuccessItem.Builder
#successful(java.util.Collection)
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 theDisableFastSnapshotRestoreErrorItem.Builder
avoiding the
need to create one manually via
DisableFastSnapshotRestoreErrorItem.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is
called immediately and its result is passed to #unsuccessful(List
.
unsuccessful
- a consumer that will call methods on
DisableFastSnapshotRestoreErrorItem.Builder
#unsuccessful(java.util.Collection)
Copyright © 2023. All rights reserved.