Interface EbsCardInfo.Builder

  • Method Details

    • ebsCardIndex

      EbsCardInfo.Builder ebsCardIndex(Integer ebsCardIndex)

      The index of the EBS card.

      Parameters:
      ebsCardIndex - The index of the EBS card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • baselineBandwidthInMbps

      EbsCardInfo.Builder baselineBandwidthInMbps(Integer baselineBandwidthInMbps)

      The baseline bandwidth performance for the EBS card, in Mbps.

      Parameters:
      baselineBandwidthInMbps - The baseline bandwidth performance for the EBS card, in Mbps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • baselineThroughputInMBps

      EbsCardInfo.Builder baselineThroughputInMBps(Double baselineThroughputInMBps)

      The baseline throughput performance for the EBS card, in MBps.

      Parameters:
      baselineThroughputInMBps - The baseline throughput performance for the EBS card, in MBps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • baselineIops

      EbsCardInfo.Builder baselineIops(Integer baselineIops)

      The baseline IOPS performance for the EBS card.

      Parameters:
      baselineIops - The baseline IOPS performance for the EBS card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumBandwidthInMbps

      EbsCardInfo.Builder maximumBandwidthInMbps(Integer maximumBandwidthInMbps)

      The maximum bandwidth performance for the EBS card, in Mbps.

      Parameters:
      maximumBandwidthInMbps - The maximum bandwidth performance for the EBS card, in Mbps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumThroughputInMBps

      EbsCardInfo.Builder maximumThroughputInMBps(Double maximumThroughputInMBps)

      The maximum throughput performance for the EBS card, in MBps.

      Parameters:
      maximumThroughputInMBps - The maximum throughput performance for the EBS card, in MBps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumIops

      EbsCardInfo.Builder maximumIops(Integer maximumIops)

      The maximum IOPS performance for the EBS card.

      Parameters:
      maximumIops - The maximum IOPS performance for the EBS card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.