Interface QuoteCapacity.Builder

  • Method Details

    • quoteCapacityType

      QuoteCapacity.Builder quoteCapacityType(String quoteCapacityType)

      The type of capacity. Valid values are EC2, EBS, and S3.

      Parameters:
      quoteCapacityType - The type of capacity. Valid values are EC2, EBS, and S3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • quoteCapacityType

      QuoteCapacity.Builder quoteCapacityType(QuoteCapacityType quoteCapacityType)

      The type of capacity. Valid values are EC2, EBS, and S3.

      Parameters:
      quoteCapacityType - The type of capacity. Valid values are EC2, EBS, and S3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • unit

      The unit of measurement for the capacity. For Amazon EC2, this is the instance type (for example, c5.24xlarge). For Amazon EBS and Amazon S3, this is the storage unit (for example, TiB for tebibytes).

      Parameters:
      unit - The unit of measurement for the capacity. For Amazon EC2, this is the instance type (for example, c5.24xlarge). For Amazon EBS and Amazon S3, this is the storage unit (for example, TiB for tebibytes).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quantity

      QuoteCapacity.Builder quantity(Float quantity)

      The quantity of the specified capacity unit. For Amazon EC2, this is the number of additional instances to add to the Outpost. For Amazon EBS and Amazon S3, this is the total desired end-state capacity of the Outpost.

      Parameters:
      quantity - The quantity of the specified capacity unit. For Amazon EC2, this is the number of additional instances to add to the Outpost. For Amazon EBS and Amazon S3, this is the total desired end-state capacity of the Outpost.
      Returns:
      Returns a reference to this object so that method calls can be chained together.