Interface EbsOptimizedInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EbsOptimizedInfo.Builder,EbsOptimizedInfo>, SdkBuilder<EbsOptimizedInfo.Builder,EbsOptimizedInfo>, SdkPojo
Enclosing class:
EbsOptimizedInfo

public static interface EbsOptimizedInfo.Builder extends SdkPojo, CopyableBuilder<EbsOptimizedInfo.Builder,EbsOptimizedInfo>
  • Method Details

    • baselineBandwidthInMbps

      EbsOptimizedInfo.Builder baselineBandwidthInMbps(Integer baselineBandwidthInMbps)

      The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.

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

      EbsOptimizedInfo.Builder baselineThroughputInMBps(Double baselineThroughputInMBps)

      The baseline throughput performance for an EBS-optimized instance type, in MB/s.

      Parameters:
      baselineThroughputInMBps - The baseline throughput performance for an EBS-optimized instance type, in MB/s.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • baselineIops

      EbsOptimizedInfo.Builder baselineIops(Integer baselineIops)

      The baseline input/output storage operations per seconds for an EBS-optimized instance type.

      Parameters:
      baselineIops - The baseline input/output storage operations per seconds for an EBS-optimized instance type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumBandwidthInMbps

      EbsOptimizedInfo.Builder maximumBandwidthInMbps(Integer maximumBandwidthInMbps)

      The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.

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

      EbsOptimizedInfo.Builder maximumThroughputInMBps(Double maximumThroughputInMBps)

      The maximum throughput performance for an EBS-optimized instance type, in MB/s.

      Parameters:
      maximumThroughputInMBps - The maximum throughput performance for an EBS-optimized instance type, in MB/s.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumIops

      EbsOptimizedInfo.Builder maximumIops(Integer maximumIops)

      The maximum input/output storage operations per second for an EBS-optimized instance type.

      Parameters:
      maximumIops - The maximum input/output storage operations per second for an EBS-optimized instance type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.