Interface DescribeBudgetActionHistoriesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BudgetsRequest.Builder,Buildable,CopyableBuilder<DescribeBudgetActionHistoriesRequest.Builder,DescribeBudgetActionHistoriesRequest>,SdkBuilder<DescribeBudgetActionHistoriesRequest.Builder,DescribeBudgetActionHistoriesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeBudgetActionHistoriesRequest
public static interface DescribeBudgetActionHistoriesRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetActionHistoriesRequest.Builder,DescribeBudgetActionHistoriesRequest>
-
-
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
DescribeBudgetActionHistoriesRequest.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
DescribeBudgetActionHistoriesRequest.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.
-
actionId
DescribeBudgetActionHistoriesRequest.Builder actionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
- Parameters:
actionId- A system-generated universally unique identifier (UUID) for the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timePeriod
DescribeBudgetActionHistoriesRequest.Builder timePeriod(TimePeriod timePeriod)
Sets the value of the TimePeriod property for this object.- Parameters:
timePeriod- The new value for the TimePeriod property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timePeriod
default DescribeBudgetActionHistoriesRequest.Builder timePeriod(Consumer<TimePeriod.Builder> timePeriod)
Sets the value of the TimePeriod property for this object. This is a convenience method that creates an instance of theTimePeriod.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
DescribeBudgetActionHistoriesRequest.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
DescribeBudgetActionHistoriesRequest.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
DescribeBudgetActionHistoriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeBudgetActionHistoriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-