Interface DescribeBudgetsRequest.Builder

  • Method Details

    • accountId

      DescribeBudgetsRequest.Builder accountId(String accountId)

      The accountId that is associated with the budgets that you want to describe.

      Parameters:
      accountId - The accountId that is associated with the budgets that you want to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      DescribeBudgetsRequest.Builder maxResults(Integer maxResults)

      An integer that represents how many budgets a paginated response contains. The default is 100.

      Parameters:
      maxResults - An integer that represents how many budgets a paginated response contains. The default is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      DescribeBudgetsRequest.Builder nextToken(String nextToken)

      The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

      Parameters:
      nextToken - The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • showFilterExpression

      DescribeBudgetsRequest.Builder showFilterExpression(Boolean showFilterExpression)

      Specifies whether the response includes the filter expression associated with the budgets. By showing the filter expression, you can see detailed filtering logic applied to the budgets, such as Amazon Web Services services or tags that are being tracked.

      Parameters:
      showFilterExpression - Specifies whether the response includes the filter expression associated with the budgets. By showing the filter expression, you can see detailed filtering logic applied to the budgets, such as Amazon Web Services services or tags that are being tracked.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeBudgetsRequest.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.