public static interface DescribeBudgetPerformanceHistoryRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetPerformanceHistoryRequest.Builder,DescribeBudgetPerformanceHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetPerformanceHistoryRequest.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
DescribeBudgetPerformanceHistoryRequest.Builder |
budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
DescribeBudgetPerformanceHistoryRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
DescribeBudgetPerformanceHistoryRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeBudgetPerformanceHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeBudgetPerformanceHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default DescribeBudgetPerformanceHistoryRequest.Builder |
timePeriod(Consumer<TimePeriod.Builder> timePeriod)
Retrieves how often the budget went into an
ALARM state for the specified time period. |
DescribeBudgetPerformanceHistoryRequest.Builder |
timePeriod(TimePeriod timePeriod)
Retrieves how often the budget went into an
ALARM state for the specified time period. |
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeBudgetPerformanceHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.