Interface VolumeStatusDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VolumeStatusDetails.Builder,
,VolumeStatusDetails> SdkBuilder<VolumeStatusDetails.Builder,
,VolumeStatusDetails> SdkPojo
- Enclosing class:
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
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 Details
-
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:
-
-
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:
-
-
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.
-