Interface ListBillEstimateInputUsageModificationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BcmPricingCalculatorResponse.Builder,Buildable,CopyableBuilder<ListBillEstimateInputUsageModificationsResponse.Builder,ListBillEstimateInputUsageModificationsResponse>,SdkBuilder<ListBillEstimateInputUsageModificationsResponse.Builder,ListBillEstimateInputUsageModificationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListBillEstimateInputUsageModificationsResponse
public static interface ListBillEstimateInputUsageModificationsResponse.Builder extends BcmPricingCalculatorResponse.Builder, SdkPojo, CopyableBuilder<ListBillEstimateInputUsageModificationsResponse.Builder,ListBillEstimateInputUsageModificationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBillEstimateInputUsageModificationsResponse.Builderitems(Collection<BillEstimateInputUsageModificationSummary> items)The list of input usage modifications associated with the bill estimate.ListBillEstimateInputUsageModificationsResponse.Builderitems(Consumer<BillEstimateInputUsageModificationSummary.Builder>... items)The list of input usage modifications associated with the bill estimate.ListBillEstimateInputUsageModificationsResponse.Builderitems(BillEstimateInputUsageModificationSummary... items)The list of input usage modifications associated with the bill estimate.ListBillEstimateInputUsageModificationsResponse.BuildernextToken(String nextToken)A token to retrieve the next page of results, if any.-
Methods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
items
ListBillEstimateInputUsageModificationsResponse.Builder items(Collection<BillEstimateInputUsageModificationSummary> items)
The list of input usage modifications associated with the bill estimate.
- Parameters:
items- The list of input usage modifications associated with the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListBillEstimateInputUsageModificationsResponse.Builder items(BillEstimateInputUsageModificationSummary... items)
The list of input usage modifications associated with the bill estimate.
- Parameters:
items- The list of input usage modifications associated with the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListBillEstimateInputUsageModificationsResponse.Builder items(Consumer<BillEstimateInputUsageModificationSummary.Builder>... items)
The list of input usage modifications associated with the bill estimate.
This is a convenience method that creates an instance of theBillEstimateInputUsageModificationSummary.Builderavoiding the need to create one manually viaBillEstimateInputUsageModificationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onBillEstimateInputUsageModificationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListBillEstimateInputUsageModificationsResponse.Builder nextToken(String nextToken)
A token to retrieve the next page of results, if any.
- Parameters:
nextToken- A token to retrieve the next page of results, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-