Interface ListRevenueAttributionAllocationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListRevenueAttributionAllocationsResponse.Builder,,ListRevenueAttributionAllocationsResponse> PartnerCentralRevenueMeasurementResponse.Builder,SdkBuilder<ListRevenueAttributionAllocationsResponse.Builder,,ListRevenueAttributionAllocationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListRevenueAttributionAllocationsResponse
@Mutable
@NotThreadSafe
public static interface ListRevenueAttributionAllocationsResponse.Builder
extends PartnerCentralRevenueMeasurementResponse.Builder, SdkPojo, CopyableBuilder<ListRevenueAttributionAllocationsResponse.Builder,ListRevenueAttributionAllocationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionToken for next page.revenueAttributionAllocationSummaries(Collection<RevenueAttributionAllocationSummary> revenueAttributionAllocationSummaries) Paginated list of allocations matching filters.revenueAttributionAllocationSummaries(Consumer<RevenueAttributionAllocationSummary.Builder>... revenueAttributionAllocationSummaries) Paginated list of allocations matching filters.revenueAttributionAllocationSummaries(RevenueAttributionAllocationSummary... revenueAttributionAllocationSummaries) Paginated list of allocations matching filters.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
-
revenueAttributionAllocationSummaries
ListRevenueAttributionAllocationsResponse.Builder revenueAttributionAllocationSummaries(Collection<RevenueAttributionAllocationSummary> revenueAttributionAllocationSummaries) Paginated list of allocations matching filters.
- Parameters:
revenueAttributionAllocationSummaries- Paginated list of allocations matching filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revenueAttributionAllocationSummaries
ListRevenueAttributionAllocationsResponse.Builder revenueAttributionAllocationSummaries(RevenueAttributionAllocationSummary... revenueAttributionAllocationSummaries) Paginated list of allocations matching filters.
- Parameters:
revenueAttributionAllocationSummaries- Paginated list of allocations matching filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revenueAttributionAllocationSummaries
ListRevenueAttributionAllocationsResponse.Builder revenueAttributionAllocationSummaries(Consumer<RevenueAttributionAllocationSummary.Builder>... revenueAttributionAllocationSummaries) Paginated list of allocations matching filters.
This is a convenience method that creates an instance of theRevenueAttributionAllocationSummary.Builderavoiding the need to create one manually viaRevenueAttributionAllocationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torevenueAttributionAllocationSummaries(List<RevenueAttributionAllocationSummary>).- Parameters:
revenueAttributionAllocationSummaries- a consumer that will call methods onRevenueAttributionAllocationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Token for next page. Absent if no more results.
- Parameters:
nextToken- Token for next page. Absent if no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-