Interface VolumeSummary.Builder

  • Method Details

    • volumeId

      VolumeSummary.Builder volumeId(String 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

      VolumeSummary.Builder farmId(String 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

      VolumeSummary.Builder fleetId(String 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

      VolumeSummary.Builder sizeGiB(Integer 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

      VolumeSummary.Builder availabilityZoneId(String 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

      VolumeSummary.Builder attachedWorkerId(String 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.