Interface BillingViewElement.Builder

    • Method Detail

      • arn

        BillingViewElement.Builder arn​(String arn)

        The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.

        Parameters:
        arn - The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        BillingViewElement.Builder name​(String name)

        A list of names of the billing view.

        Parameters:
        name - A list of names of the billing view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        BillingViewElement.Builder description​(String description)

        The description of the billing view.

        Parameters:
        description - The description of the billing view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerAccountId

        BillingViewElement.Builder ownerAccountId​(String ownerAccountId)

        The list of owners of the billing view.

        Parameters:
        ownerAccountId - The list of owners of the billing view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataFilterExpression

        BillingViewElement.Builder dataFilterExpression​(Expression dataFilterExpression)

        See Expression . Billing view only supports LINKED_ACCOUNT and Tags.

        Parameters:
        dataFilterExpression - See Expression. Billing view only supports LINKED_ACCOUNT and Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        BillingViewElement.Builder createdAt​(Instant createdAt)

        The time when the billing view was created.

        Parameters:
        createdAt - The time when the billing view was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        BillingViewElement.Builder updatedAt​(Instant updatedAt)

        The time when the billing view was last updated.

        Parameters:
        updatedAt - The time when the billing view was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.