public static interface DescribeBudgetPerformanceHistoryRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetPerformanceHistoryRequest.Builder,DescribeBudgetPerformanceHistoryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBudgetPerformanceHistoryRequest.Builder accountId(String accountId)
accountId - The new value for the AccountId property for this object.DescribeBudgetPerformanceHistoryRequest.Builder budgetName(String budgetName)
budgetName - The new value for the BudgetName property for this object.DescribeBudgetPerformanceHistoryRequest.Builder timePeriod(TimePeriod timePeriod)
Retrieves how often the budget went into an ALARM state for the specified time period.
timePeriod - Retrieves how often the budget went into an ALARM state for the specified time period.default DescribeBudgetPerformanceHistoryRequest.Builder timePeriod(Consumer<TimePeriod.Builder> timePeriod)
Retrieves how often the budget went into an ALARM state for the specified time period.
TimePeriod.Builder avoiding the need to
create one manually via TimePeriod.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to timePeriod(TimePeriod).
timePeriod - a consumer that will call methods on TimePeriod.BuildertimePeriod(TimePeriod)DescribeBudgetPerformanceHistoryRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.DescribeBudgetPerformanceHistoryRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.DescribeBudgetPerformanceHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeBudgetPerformanceHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.