Interface EnableFastSnapshotRestoreStateErrorItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EnableFastSnapshotRestoreStateErrorItem.Builder,,- EnableFastSnapshotRestoreStateErrorItem> - SdkBuilder<EnableFastSnapshotRestoreStateErrorItem.Builder,,- EnableFastSnapshotRestoreStateErrorItem> - SdkPojo
- Enclosing class:
- EnableFastSnapshotRestoreStateErrorItem
@Mutable
@NotThreadSafe
public static interface EnableFastSnapshotRestoreStateErrorItem.Builder
extends SdkPojo, CopyableBuilder<EnableFastSnapshotRestoreStateErrorItem.Builder,EnableFastSnapshotRestoreStateErrorItem> 
- 
Method SummaryModifier and TypeMethodDescriptionavailabilityZone(String availabilityZone) The Availability Zone.The error.The error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
availabilityZoneThe Availability Zone. - Parameters:
- availabilityZone- The Availability Zone.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorThe error. - Parameters:
- error- The error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errordefault 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 on- EnableFastSnapshotRestoreStateError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-