Interface ListBillingViewsRequest.Builder

    • Method Detail

      • activeTimeRange

        ListBillingViewsRequest.Builder activeTimeRange​(ActiveTimeRange activeTimeRange)

        The time range for the billing views listed. PRIMARY billing view is always listed. BILLING_GROUP billing views are listed for time ranges when the associated billing group resource in Billing Conductor is active. The time range must be within one calendar month.

        Parameters:
        activeTimeRange - The time range for the billing views listed. PRIMARY billing view is always listed. BILLING_GROUP billing views are listed for time ranges when the associated billing group resource in Billing Conductor is active. The time range must be within one calendar month.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arns

        ListBillingViewsRequest.Builder arns​(Collection<String> arns)

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

        Parameters:
        arns - 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.
      • arns

        ListBillingViewsRequest.Builder arns​(String... arns)

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

        Parameters:
        arns - 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.
      • billingViewTypesWithStrings

        ListBillingViewsRequest.Builder billingViewTypesWithStrings​(Collection<String> billingViewTypes)

        The type of billing view.

        Parameters:
        billingViewTypes - The type of billing view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • billingViewTypesWithStrings

        ListBillingViewsRequest.Builder billingViewTypesWithStrings​(String... billingViewTypes)

        The type of billing view.

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

        ListBillingViewsRequest.Builder billingViewTypes​(Collection<BillingViewType> billingViewTypes)

        The type of billing view.

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

        ListBillingViewsRequest.Builder billingViewTypes​(BillingViewType... billingViewTypes)

        The type of billing view.

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

        ListBillingViewsRequest.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.
      • maxResults

        ListBillingViewsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of billing views to retrieve. Default is 100.

        Parameters:
        maxResults - The maximum number of billing views to retrieve. Default is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBillingViewsRequest.Builder nextToken​(String nextToken)

        The pagination token that is used on subsequent calls to list billing views.

        Parameters:
        nextToken - The pagination token that is used on subsequent calls to list billing views.
        Returns:
        Returns a reference to this object so that method calls can be chained together.