Interface BillingConfiguration.Builder

  • Method Details

    • billingMode

      BillingConfiguration.Builder billingMode(String billingMode)

      Specifies the billing mode for WorkSpace Instances. MONTHLY provides fixed monthly rates for predictable budgeting, while HOURLY enables pay-per-second billing for actual usage.

      Parameters:
      billingMode - Specifies the billing mode for WorkSpace Instances. MONTHLY provides fixed monthly rates for predictable budgeting, while HOURLY enables pay-per-second billing for actual usage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • billingMode

      BillingConfiguration.Builder billingMode(BillingMode billingMode)

      Specifies the billing mode for WorkSpace Instances. MONTHLY provides fixed monthly rates for predictable budgeting, while HOURLY enables pay-per-second billing for actual usage.

      Parameters:
      billingMode - Specifies the billing mode for WorkSpace Instances. MONTHLY provides fixed monthly rates for predictable budgeting, while HOURLY enables pay-per-second billing for actual usage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: