Interface EnableFastSnapshotRestoreStateErrorItem.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EnableFastSnapshotRestoreStateErrorItem.Builder,,EnableFastSnapshotRestoreStateErrorItem> SdkBuilder<EnableFastSnapshotRestoreStateErrorItem.Builder,,EnableFastSnapshotRestoreStateErrorItem> SdkPojo
- Enclosing class:
 EnableFastSnapshotRestoreStateErrorItem
public static interface EnableFastSnapshotRestoreStateErrorItem.Builder
extends SdkPojo, CopyableBuilder<EnableFastSnapshotRestoreStateErrorItem.Builder,EnableFastSnapshotRestoreStateErrorItem> 
- 
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone(String availabilityZone) The Availability Zone.The error.The error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
availabilityZone
The Availability Zone.
- Parameters:
 availabilityZone- The Availability Zone.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
error
The error.
- Parameters:
 error- The error.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
error
default EnableFastSnapshotRestoreStateErrorItem.Builder error(Consumer<EnableFastSnapshotRestoreStateError.Builder> error) The error.
This is a convenience method that creates an instance of theEnableFastSnapshotRestoreStateError.Builderavoiding the need to create one manually viaEnableFastSnapshotRestoreStateError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(EnableFastSnapshotRestoreStateError).- Parameters:
 error- a consumer that will call methods onEnableFastSnapshotRestoreStateError.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -