Interface AvailableBillingMode.Builder

  • Method Details

    • billingMode

      AvailableBillingMode.Builder billingMode(String billingMode)

      The billing mode.

      Parameters:
      billingMode - The billing mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • billingMode

      AvailableBillingMode.Builder billingMode(BillingMode billingMode)

      The billing mode.

      Parameters:
      billingMode - The billing mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • availablePortSpeeds

      AvailableBillingMode.Builder availablePortSpeeds(Collection<String> availablePortSpeeds)

      The port speeds available for the billing mode.

      Parameters:
      availablePortSpeeds - The port speeds available for the billing mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availablePortSpeeds

      AvailableBillingMode.Builder availablePortSpeeds(String... availablePortSpeeds)

      The port speeds available for the billing mode.

      Parameters:
      availablePortSpeeds - The port speeds available for the billing mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includedRegions

      AvailableBillingMode.Builder includedRegions(Collection<String> includedRegions)

      The Amazon Web Services Regions included with the billing mode.

      Parameters:
      includedRegions - The Amazon Web Services Regions included with the billing mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includedRegions

      AvailableBillingMode.Builder includedRegions(String... includedRegions)

      The Amazon Web Services Regions included with the billing mode.

      Parameters:
      includedRegions - The Amazon Web Services Regions included with the billing mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.