Interface VolumeSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VolumeSummary.Builder,,VolumeSummary> SdkBuilder<VolumeSummary.Builder,,VolumeSummary> SdkPojo
- Enclosing class:
VolumeSummary
@Mutable
@NotThreadSafe
public static interface VolumeSummary.Builder
extends SdkPojo, CopyableBuilder<VolumeSummary.Builder,VolumeSummary>
-
Method Summary
Modifier and TypeMethodDescriptionattachedWorkerId(String attachedWorkerId) The worker ID of the worker the volume is attached to.availabilityZoneId(String availabilityZoneId) The Availability Zone ID of the volume.The farm ID of the farm that contains the fleet.The fleet ID of the fleet that contains the volume.The volume size in GiB.The state of the volume.state(VolumeState state) The state of the volume.The volume ID.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
-
volumeId
The volume ID.
- Parameters:
volumeId- The volume ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
farmId
The farm ID of the farm that contains the fleet.
- Parameters:
farmId- The farm ID of the farm that contains the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetId
The fleet ID of the fleet that contains the volume.
- Parameters:
fleetId- The fleet ID of the fleet that contains the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the volume.
- Parameters:
state- The state of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the volume.
- Parameters:
state- The state of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sizeGiB
The volume size in GiB.
- Parameters:
sizeGiB- The volume size in GiB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneId
The Availability Zone ID of the volume.
- Parameters:
availabilityZoneId- The Availability Zone ID of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachedWorkerId
The worker ID of the worker the volume is attached to.
- Parameters:
attachedWorkerId- The worker ID of the worker the volume is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-