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
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.
- 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:
VolumeStatusName,VolumeStatusName
-
name
VolumeStatusDetails.Builder name(VolumeStatusName 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:
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.
-
-