Interface VolumeStatusDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VolumeStatusDetails.Builder,VolumeStatusDetails>,SdkBuilder<VolumeStatusDetails.Builder,VolumeStatusDetails>,SdkPojo
- Enclosing class:
- VolumeStatusDetails
@Mutable @NotThreadSafe public static interface VolumeStatusDetails.Builder extends SdkPojo, CopyableBuilder<VolumeStatusDetails.Builder,VolumeStatusDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeStatusDetails.Buildername(String name)The name of the volume status.VolumeStatusDetails.Buildername(VolumeStatusName name)The name of the volume status.VolumeStatusDetails.Builderstatus(String status)The intended status of the volume status.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
VolumeStatusDetails.Builder name(String name)
The name of the volume status.
-
io-enabled- Indicates the volume I/O status. For more information, see Amazon EBS volume status checks. -
io-performance- Indicates the volume performance status. For more information, see Amazon EBS volume status checks. -
initialization-state- Indicates the status of the volume initialization process. For more information, see Initialize Amazon EBS volumes.
- Parameters:
name- The name of the volume status.-
io-enabled- Indicates the volume I/O status. For more information, see Amazon EBS volume status checks. -
io-performance- Indicates the volume performance status. For more information, see Amazon EBS volume status checks. -
initialization-state- Indicates the status of the volume initialization process. For more information, see Initialize Amazon EBS volumes.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VolumeStatusName,VolumeStatusName
-
-
name
VolumeStatusDetails.Builder name(VolumeStatusName name)
The name of the volume status.
-
io-enabled- Indicates the volume I/O status. For more information, see Amazon EBS volume status checks. -
io-performance- Indicates the volume performance status. For more information, see Amazon EBS volume status checks. -
initialization-state- Indicates the status of the volume initialization process. For more information, see Initialize Amazon EBS volumes.
- Parameters:
name- The name of the volume status.-
io-enabled- Indicates the volume I/O status. For more information, see Amazon EBS volume status checks. -
io-performance- Indicates the volume performance status. For more information, see Amazon EBS volume status checks. -
initialization-state- Indicates the status of the volume initialization process. For more information, see Initialize Amazon EBS volumes.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VolumeStatusName,VolumeStatusName
-
-
status
VolumeStatusDetails.Builder status(String 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.
-
-