Interface ListBillingAdjustmentRequestsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListBillingAdjustmentRequestsResponse.Builder,,ListBillingAdjustmentRequestsResponse> MarketplaceAgreementResponse.Builder,SdkBuilder<ListBillingAdjustmentRequestsResponse.Builder,,ListBillingAdjustmentRequestsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListBillingAdjustmentRequestsResponse
@Mutable
@NotThreadSafe
public static interface ListBillingAdjustmentRequestsResponse.Builder
extends MarketplaceAgreementResponse.Builder, SdkPojo, CopyableBuilder<ListBillingAdjustmentRequestsResponse.Builder,ListBillingAdjustmentRequestsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<BillingAdjustmentSummary> items) An array ofBillingAdjustmentSummaryobjects containing summary information about each billing adjustment request.items(Consumer<BillingAdjustmentSummary.Builder>... items) An array ofBillingAdjustmentSummaryobjects containing summary information about each billing adjustment request.items(BillingAdjustmentSummary... items) An array ofBillingAdjustmentSummaryobjects containing summary information about each billing adjustment request.A token to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.marketplaceagreement.model.MarketplaceAgreementResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
nextToken
A token to retrieve the next page of results. If
null, there are no more results to retrieve.- Parameters:
nextToken- A token to retrieve the next page of results. Ifnull, there are no more results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
An array of
BillingAdjustmentSummaryobjects containing summary information about each billing adjustment request.- Parameters:
items- An array ofBillingAdjustmentSummaryobjects containing summary information about each billing adjustment request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
An array of
BillingAdjustmentSummaryobjects containing summary information about each billing adjustment request.- Parameters:
items- An array ofBillingAdjustmentSummaryobjects containing summary information about each billing adjustment request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListBillingAdjustmentRequestsResponse.Builder items(Consumer<BillingAdjustmentSummary.Builder>... items) An array of
This is a convenience method that creates an instance of theBillingAdjustmentSummaryobjects containing summary information about each billing adjustment request.BillingAdjustmentSummary.Builderavoiding the need to create one manually viaBillingAdjustmentSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<BillingAdjustmentSummary>).- Parameters:
items- a consumer that will call methods onBillingAdjustmentSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-