Interface DescribeBudgetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BudgetsRequest.Builder
,Buildable
,CopyableBuilder<DescribeBudgetRequest.Builder,
,DescribeBudgetRequest> SdkBuilder<DescribeBudgetRequest.Builder,
,DescribeBudgetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeBudgetRequest
@Mutable
@NotThreadSafe
public static interface DescribeBudgetRequest.Builder
extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetRequest.Builder,DescribeBudgetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionTheaccountId
that is associated with the budget that you want a description of.budgetName
(String budgetName) The name of the budget that you want a description of.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 budget.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 budget that you want a description of.- Parameters:
accountId
- TheaccountId
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
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
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeBudgetRequest.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.
-