Interface DescribeBudgetActionsForBudgetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BudgetsRequest.Builder,Buildable,CopyableBuilder<DescribeBudgetActionsForBudgetRequest.Builder,DescribeBudgetActionsForBudgetRequest>,SdkBuilder<DescribeBudgetActionsForBudgetRequest.Builder,DescribeBudgetActionsForBudgetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeBudgetActionsForBudgetRequest
public static interface DescribeBudgetActionsForBudgetRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetActionsForBudgetRequest.Builder,DescribeBudgetActionsForBudgetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeBudgetActionsForBudgetRequest.BuilderaccountId(String accountId)Sets the value of the AccountId property for this object.DescribeBudgetActionsForBudgetRequest.BuilderbudgetName(String budgetName)Sets the value of the BudgetName property for this object.DescribeBudgetActionsForBudgetRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.DescribeBudgetActionsForBudgetRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.DescribeBudgetActionsForBudgetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeBudgetActionsForBudgetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
accountId
DescribeBudgetActionsForBudgetRequest.Builder accountId(String accountId)
Sets the value of the AccountId property for this object.- Parameters:
accountId- The new value for the AccountId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
budgetName
DescribeBudgetActionsForBudgetRequest.Builder budgetName(String budgetName)
Sets the value of the BudgetName property for this object.- Parameters:
budgetName- The new value for the BudgetName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeBudgetActionsForBudgetRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeBudgetActionsForBudgetRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeBudgetActionsForBudgetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeBudgetActionsForBudgetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-