Interface BillScenarioSummary.Builder

    • Method Detail

      • id

        BillScenarioSummary.Builder id​(String id)

        The unique identifier of the bill scenario.

        Parameters:
        id - The unique identifier of the bill scenario.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        BillScenarioSummary.Builder name​(String name)

        The name of the bill scenario.

        Parameters:
        name - The name of the bill scenario.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • billInterval

        BillScenarioSummary.Builder billInterval​(BillInterval billInterval)

        The time period covered by the bill scenario.

        Parameters:
        billInterval - The time period covered by the bill scenario.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        BillScenarioSummary.Builder createdAt​(Instant createdAt)

        The timestamp when the bill scenario was created.

        Parameters:
        createdAt - The timestamp when the bill scenario was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiresAt

        BillScenarioSummary.Builder expiresAt​(Instant expiresAt)

        The timestamp when the bill scenario will expire.

        Parameters:
        expiresAt - The timestamp when the bill scenario will expire.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureMessage

        BillScenarioSummary.Builder failureMessage​(String failureMessage)

        An error message if the bill scenario creation or processing failed.

        Parameters:
        failureMessage - An error message if the bill scenario creation or processing failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.