Interface DescribeBudgetPerformanceHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BudgetsRequest.Builder,Buildable,CopyableBuilder<DescribeBudgetPerformanceHistoryRequest.Builder,DescribeBudgetPerformanceHistoryRequest>,SdkBuilder<DescribeBudgetPerformanceHistoryRequest.Builder,DescribeBudgetPerformanceHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeBudgetPerformanceHistoryRequest
public static interface DescribeBudgetPerformanceHistoryRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetPerformanceHistoryRequest.Builder,DescribeBudgetPerformanceHistoryRequest>
-
-
Method Summary
-
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
DescribeBudgetPerformanceHistoryRequest.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
DescribeBudgetPerformanceHistoryRequest.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.
-
timePeriod
DescribeBudgetPerformanceHistoryRequest.Builder timePeriod(TimePeriod timePeriod)
Retrieves how often the budget went into an
ALARMstate for the specified time period.- Parameters:
timePeriod- Retrieves how often the budget went into anALARMstate for the specified time period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timePeriod
default DescribeBudgetPerformanceHistoryRequest.Builder timePeriod(Consumer<TimePeriod.Builder> timePeriod)
Retrieves how often the budget went into an
This is a convenience method that creates an instance of theALARMstate for the specified time period.TimePeriod.Builderavoiding the need to create one manually viaTimePeriod.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimePeriod(TimePeriod).- Parameters:
timePeriod- a consumer that will call methods onTimePeriod.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
timePeriod(TimePeriod)
-
maxResults
DescribeBudgetPerformanceHistoryRequest.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
DescribeBudgetPerformanceHistoryRequest.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
DescribeBudgetPerformanceHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeBudgetPerformanceHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-