Interface VolumeStatusInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VolumeStatusInfo.Builder,,VolumeStatusInfo> SdkBuilder<VolumeStatusInfo.Builder,,VolumeStatusInfo> SdkPojo
- Enclosing class:
 VolumeStatusInfo
public static interface VolumeStatusInfo.Builder
extends SdkPojo, CopyableBuilder<VolumeStatusInfo.Builder,VolumeStatusInfo> 
- 
Method Summary
Modifier and TypeMethodDescriptiondetails(Collection<VolumeStatusDetails> details) The details of the volume status.details(Consumer<VolumeStatusDetails.Builder>... details) The details of the volume status.details(VolumeStatusDetails... details) The details of the volume status.The status of the volume.status(VolumeStatusInfoStatus status) The status of the volume.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
details
The details of the volume status.
- Parameters:
 details- The details of the volume status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
details
The details of the volume status.
- Parameters:
 details- The details of the volume status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
details
The details of the volume status.
This is a convenience method that creates an instance of theVolumeStatusDetails.Builderavoiding the need to create one manually viaVolumeStatusDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todetails(List<VolumeStatusDetails>).- Parameters:
 details- a consumer that will call methods onVolumeStatusDetails.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status of the volume.
- Parameters:
 status- The status of the volume.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status of the volume.
- Parameters:
 status- The status of the volume.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -