Interface ListMarketplaceRevenueShareAllocationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMarketplaceRevenueShareAllocationsResponse.Builder,,ListMarketplaceRevenueShareAllocationsResponse> PartnerCentralRevenueMeasurementResponse.Builder,SdkBuilder<ListMarketplaceRevenueShareAllocationsResponse.Builder,,ListMarketplaceRevenueShareAllocationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListMarketplaceRevenueShareAllocationsResponse
@Mutable
@NotThreadSafe
public static interface ListMarketplaceRevenueShareAllocationsResponse.Builder
extends PartnerCentralRevenueMeasurementResponse.Builder, SdkPojo, CopyableBuilder<ListMarketplaceRevenueShareAllocationsResponse.Builder,ListMarketplaceRevenueShareAllocationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmarketplaceRevenueShareAllocationSummaries(Collection<MarketplaceRevenueShareAllocationSummary> marketplaceRevenueShareAllocationSummaries) The list of allocation summaries for the current page.marketplaceRevenueShareAllocationSummaries(Consumer<MarketplaceRevenueShareAllocationSummary.Builder>... marketplaceRevenueShareAllocationSummaries) The list of allocation summaries for the current page.marketplaceRevenueShareAllocationSummaries(MarketplaceRevenueShareAllocationSummary... marketplaceRevenueShareAllocationSummaries) The list of allocation summaries for the current page.Pagination token for the next page.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralrevenuemeasurement.model.PartnerCentralRevenueMeasurementResponse.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
Pagination token for the next page. Absent if no more results.
- Parameters:
nextToken- Pagination token for the next page. Absent if no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.