Interface UpdateSpiceCapacityConfigurationRequest.Builder

    • Method Detail

      • awsAccountId

        UpdateSpiceCapacityConfigurationRequest.Builder awsAccountId​(String awsAccountId)

        The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.

        Parameters:
        awsAccountId - The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • purchaseMode

        UpdateSpiceCapacityConfigurationRequest.Builder purchaseMode​(String purchaseMode)

        Determines how SPICE capacity can be purchased. The following options are available.

        • MANUAL: SPICE capacity can only be purchased manually.

        • AUTO_PURCHASE: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.

        Parameters:
        purchaseMode - Determines how SPICE capacity can be purchased. The following options are available.

        • MANUAL: SPICE capacity can only be purchased manually.

        • AUTO_PURCHASE: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PurchaseMode, PurchaseMode
      • purchaseMode

        UpdateSpiceCapacityConfigurationRequest.Builder purchaseMode​(PurchaseMode purchaseMode)

        Determines how SPICE capacity can be purchased. The following options are available.

        • MANUAL: SPICE capacity can only be purchased manually.

        • AUTO_PURCHASE: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.

        Parameters:
        purchaseMode - Determines how SPICE capacity can be purchased. The following options are available.

        • MANUAL: SPICE capacity can only be purchased manually.

        • AUTO_PURCHASE: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PurchaseMode, PurchaseMode