Interface DescribeBudgetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BudgetsRequest.Builder,Buildable,CopyableBuilder<DescribeBudgetsRequest.Builder,DescribeBudgetsRequest>,SdkBuilder<DescribeBudgetsRequest.Builder,DescribeBudgetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeBudgetsRequest
public static interface DescribeBudgetsRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetsRequest.Builder,DescribeBudgetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeBudgetsRequest.BuilderaccountId(String accountId)TheaccountIdthat is associated with the budgets that you want to describe.DescribeBudgetsRequest.BuildermaxResults(Integer maxResults)An integer that represents how many budgets a paginated response contains.DescribeBudgetsRequest.BuildernextToken(String nextToken)The pagination token that you include in your request to indicate the next set of results that you want to retrieve.DescribeBudgetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeBudgetsRequest.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
DescribeBudgetsRequest.Builder accountId(String accountId)
The
accountIdthat is associated with the budgets that you want to describe.- Parameters:
accountId- TheaccountIdthat 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
DescribeBudgetsRequest.Builder maxResults(Integer 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
DescribeBudgetsRequest.Builder nextToken(String 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.
-
overrideConfiguration
DescribeBudgetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeBudgetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-