Interface ListBillingViewsRequest.Builder

  • Method Details

    • 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.
    • activeTimeRange

      default ListBillingViewsRequest.Builder activeTimeRange(Consumer<ActiveTimeRange.Builder> 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.

      This is a convenience method that creates an instance of the ActiveTimeRange.Builder avoiding the need to create one manually via ActiveTimeRange.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to activeTimeRange(ActiveTimeRange).

      Parameters:
      activeTimeRange - a consumer that will call methods on ActiveTimeRange.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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.
    • overrideConfiguration

      ListBillingViewsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.