Interface BillingDetails.Builder

  • Method Details

    • billedMemoryUsedInMB

      BillingDetails.Builder billedMemoryUsedInMB(Long billedMemoryUsedInMB)

      Billed memory consumption of your workflow, in MB.

      Parameters:
      billedMemoryUsedInMB - Billed memory consumption of your workflow, in MB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • billedDurationInMilliseconds

      BillingDetails.Builder billedDurationInMilliseconds(Long billedDurationInMilliseconds)

      Billed duration of your workflow, in milliseconds.

      Parameters:
      billedDurationInMilliseconds - Billed duration of your workflow, in milliseconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.