Interface VolumeStatusDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VolumeStatusDetails.Builder,,VolumeStatusDetails> SdkBuilder<VolumeStatusDetails.Builder,,VolumeStatusDetails> SdkPojo
- Enclosing class:
VolumeStatusDetails
public static interface VolumeStatusDetails.Builder
extends SdkPojo, CopyableBuilder<VolumeStatusDetails.Builder,VolumeStatusDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the volume status.name(VolumeStatusName name) The name of the volume status.The intended status of the volume status.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
-
name
The name of the volume status.
- Parameters:
name- The name of the volume status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the volume status.
- Parameters:
name- The name of the volume status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The intended status of the volume status.
- Parameters:
status- The intended status of the volume status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-