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 TypeMethodDescriptionTheaccountIdthat 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.budgets.model.BudgetsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The
accountIdthat is associated with the budget that you want a description of.- Parameters:
accountId- TheaccountIdthat 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-