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.The token used for pagination.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
The token used for pagination. The field is
nullif there are no more results.- Parameters:
nextToken- The token used for pagination. The field isnullif there are no more results.- 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:
-