Interface ListBillEstimateInputUsageModificationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BcmPricingCalculatorRequest.Builder,Buildable,CopyableBuilder<ListBillEstimateInputUsageModificationsRequest.Builder,ListBillEstimateInputUsageModificationsRequest>,SdkBuilder<ListBillEstimateInputUsageModificationsRequest.Builder,ListBillEstimateInputUsageModificationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBillEstimateInputUsageModificationsRequest
public static interface ListBillEstimateInputUsageModificationsRequest.Builder extends BcmPricingCalculatorRequest.Builder, SdkPojo, CopyableBuilder<ListBillEstimateInputUsageModificationsRequest.Builder,ListBillEstimateInputUsageModificationsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorRequest.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
-
billEstimateId
ListBillEstimateInputUsageModificationsRequest.Builder billEstimateId(String billEstimateId)
The unique identifier of the bill estimate to list input usage modifications for.
- Parameters:
billEstimateId- The unique identifier of the bill estimate to list input usage modifications for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListBillEstimateInputUsageModificationsRequest.Builder filters(Collection<ListUsageFilter> filters)
Filters to apply to the list of input usage modifications.
- Parameters:
filters- Filters to apply to the list of input usage modifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListBillEstimateInputUsageModificationsRequest.Builder filters(ListUsageFilter... filters)
Filters to apply to the list of input usage modifications.
- Parameters:
filters- Filters to apply to the list of input usage modifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListBillEstimateInputUsageModificationsRequest.Builder filters(Consumer<ListUsageFilter.Builder>... filters)
Filters to apply to the list of input usage modifications.
This is a convenience method that creates an instance of theListUsageFilter.Builderavoiding the need to create one manually viaListUsageFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onListUsageFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
nextToken
ListBillEstimateInputUsageModificationsRequest.Builder nextToken(String nextToken)
A token to retrieve the next page of results.
- Parameters:
nextToken- A token to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListBillEstimateInputUsageModificationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
- Parameters:
maxResults- The maximum number of results to return per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBillEstimateInputUsageModificationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBillEstimateInputUsageModificationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-