Interface DescribeBudgetRequest.Builder

  • Method Details

    • accountId

      DescribeBudgetRequest.Builder accountId(String accountId)

      The accountId that is associated with the budget that you want a description of.

      Parameters:
      accountId - The accountId that is associated with the budget that you want a description of.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • budgetName

      DescribeBudgetRequest.Builder budgetName(String budgetName)

      The name of the budget that you want a description of.

      Parameters:
      budgetName - The name of the budget that you want a description of.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • showFilterExpression

      DescribeBudgetRequest.Builder showFilterExpression(Boolean showFilterExpression)

      Specifies whether the response includes the filter expression associated with the budget. By showing the filter expression, you can see detailed filtering logic applied to the budget, 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 budget. By showing the filter expression, you can see detailed filtering logic applied to the budget, 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

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