Class UpdateSpiceCapacityConfigurationRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

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

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

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, purchaseMode will return PurchaseMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from purchaseModeAsString().

        Returns:
        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.

        See Also:
        PurchaseMode
      • purchaseModeAsString

        public final String purchaseModeAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, purchaseMode will return PurchaseMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from purchaseModeAsString().

        Returns:
        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.

        See Also:
        PurchaseMode
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object