Interface DescribeBudgetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BudgetsRequest.Builder
,Buildable
,CopyableBuilder<DescribeBudgetsRequest.Builder,
,DescribeBudgetsRequest> SdkBuilder<DescribeBudgetsRequest.Builder,
,DescribeBudgetsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeBudgetsRequest
@Mutable
@NotThreadSafe
public static interface DescribeBudgetsRequest.Builder
extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetsRequest.Builder,DescribeBudgetsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionTheaccountId
that is associated with the budgets that you want to describe.maxResults
(Integer maxResults) An integer that represents how many budgets a paginated response contains.The pagination token that you include in your request to indicate the next set of results that you want to retrieve.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.showFilterExpression
(Boolean showFilterExpression) Specifies whether the response includes the filter expression associated with the budgets.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.budgets.model.BudgetsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The
accountId
that is associated with the budgets that you want to describe.- Parameters:
accountId
- TheaccountId
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
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
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
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeBudgetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-