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, sdkFieldscopyapplyMutation, buildDisableFastSnapshotRestoreStateErrorItem.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 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.Buildererror(DisableFastSnapshotRestoreStateError)Copyright © 2022. All rights reserved.