public static interface DisableFastSnapshotRestoreStateErrorItem.Builder extends SdkPojo, CopyableBuilder<DisableFastSnapshotRestoreStateErrorItem.Builder,DisableFastSnapshotRestoreStateErrorItem>
Modifier and Type | Method and Description |
---|---|
DisableFastSnapshotRestoreStateErrorItem.Builder |
availabilityZone(String availabilityZone)
The Availability Zone.
|
default DisableFastSnapshotRestoreStateErrorItem.Builder |
error(Consumer<DisableFastSnapshotRestoreStateError.Builder> error)
The error.
|
DisableFastSnapshotRestoreStateErrorItem.Builder |
error(DisableFastSnapshotRestoreStateError error)
The error.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisableFastSnapshotRestoreStateErrorItem.Builder availabilityZone(String availabilityZone)
The Availability Zone.
availabilityZone
- The Availability Zone.DisableFastSnapshotRestoreStateErrorItem.Builder error(DisableFastSnapshotRestoreStateError error)
The error.
error
- The error.default DisableFastSnapshotRestoreStateErrorItem.Builder error(Consumer<DisableFastSnapshotRestoreStateError.Builder> error)
The error.
This is a convenience method that creates an instance of theDisableFastSnapshotRestoreStateError.Builder
avoiding the need to create one manually via
DisableFastSnapshotRestoreStateError.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to error(DisableFastSnapshotRestoreStateError)
.
error
- a consumer that will call methods on DisableFastSnapshotRestoreStateError.Builder
error(DisableFastSnapshotRestoreStateError)
Copyright © 2023. All rights reserved.