Interface ListBillEstimateInputCommitmentModificationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BcmPricingCalculatorResponse.Builder,Buildable,CopyableBuilder<ListBillEstimateInputCommitmentModificationsResponse.Builder,,ListBillEstimateInputCommitmentModificationsResponse> SdkBuilder<ListBillEstimateInputCommitmentModificationsResponse.Builder,,ListBillEstimateInputCommitmentModificationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListBillEstimateInputCommitmentModificationsResponse
@Mutable
@NotThreadSafe
public static interface ListBillEstimateInputCommitmentModificationsResponse.Builder
extends BcmPricingCalculatorResponse.Builder, SdkPojo, CopyableBuilder<ListBillEstimateInputCommitmentModificationsResponse.Builder,ListBillEstimateInputCommitmentModificationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of input commitment modifications associated with the bill estimate.The list of input commitment modifications associated with the bill estimate.The list of input commitment modifications associated with the bill estimate.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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
ListBillEstimateInputCommitmentModificationsResponse.Builder items(Collection<BillEstimateInputCommitmentModificationSummary> items) The list of input commitment modifications associated with the bill estimate.
- Parameters:
items- The list of input commitment modifications associated with the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListBillEstimateInputCommitmentModificationsResponse.Builder items(BillEstimateInputCommitmentModificationSummary... items) The list of input commitment modifications associated with the bill estimate.
- Parameters:
items- The list of input commitment modifications associated with the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListBillEstimateInputCommitmentModificationsResponse.Builder items(Consumer<BillEstimateInputCommitmentModificationSummary.Builder>... items) The list of input commitment modifications associated with the bill estimate.
This is a convenience method that creates an instance of theBillEstimateInputCommitmentModificationSummary.Builderavoiding the need to create one manually viaBillEstimateInputCommitmentModificationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<BillEstimateInputCommitmentModificationSummary>).- Parameters:
items- a consumer that will call methods onBillEstimateInputCommitmentModificationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-