Interface ListMarketplaceRevenueShareAllocationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMarketplaceRevenueShareAllocationsRequest.Builder,,ListMarketplaceRevenueShareAllocationsRequest> PartnerCentralRevenueMeasurementRequest.Builder,SdkBuilder<ListMarketplaceRevenueShareAllocationsRequest.Builder,,ListMarketplaceRevenueShareAllocationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListMarketplaceRevenueShareAllocationsRequest
@Mutable
@NotThreadSafe
public static interface ListMarketplaceRevenueShareAllocationsRequest.Builder
extends PartnerCentralRevenueMeasurementRequest.Builder, SdkPojo, CopyableBuilder<ListMarketplaceRevenueShareAllocationsRequest.Builder,ListMarketplaceRevenueShareAllocationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionafterEffectiveFrom(String afterEffectiveFrom) Inclusive lower bound for EffectiveFrom date filter.beforeEffectiveFrom(String beforeEffectiveFrom) Exclusive upper bound for EffectiveFrom date filter (half-open range).The catalog containing the allocations.catalog(CatalogName catalog) The catalog containing the allocations.marketplaceRevenueShareRevision(String marketplaceRevenueShareRevision) Optional share revision for historical list.maxResults(Integer maxResults) Maximum number of results per page.Pagination token from a previous response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The AWS Marketplace product identifier for the parent revenue share.The field to sort marketplace revenue share allocations by.The field to sort marketplace revenue share allocations by.The direction to sort results.The direction to sort results.Filter by allocation status.status(AllocationStatus status) Filter by allocation status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralrevenuemeasurement.model.PartnerCentralRevenueMeasurementRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
catalog
The catalog containing the allocations.
- Parameters:
catalog- The catalog containing the allocations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalog
The catalog containing the allocations.
- Parameters:
catalog- The catalog containing the allocations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
productId
The AWS Marketplace product identifier for the parent revenue share.
- Parameters:
productId- The AWS Marketplace product identifier for the parent revenue share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter by allocation status.
- Parameters:
status- Filter by allocation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Filter by allocation status.
- Parameters:
status- Filter by allocation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
afterEffectiveFrom
Inclusive lower bound for EffectiveFrom date filter.
- Parameters:
afterEffectiveFrom- Inclusive lower bound for EffectiveFrom date filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeEffectiveFrom
ListMarketplaceRevenueShareAllocationsRequest.Builder beforeEffectiveFrom(String beforeEffectiveFrom) Exclusive upper bound for EffectiveFrom date filter (half-open range).
- Parameters:
beforeEffectiveFrom- Exclusive upper bound for EffectiveFrom date filter (half-open range).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
The field to sort marketplace revenue share allocations by.
- Parameters:
sortBy- The field to sort marketplace revenue share allocations by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The direction to sort results. Defaults to DESCENDING.
- Parameters:
sortOrder- The direction to sort results. Defaults to DESCENDING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The direction to sort results. Defaults to DESCENDING.
- Parameters:
sortOrder- The direction to sort results. Defaults to DESCENDING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
Maximum number of results per page.
- Parameters:
maxResults- Maximum number of results per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Pagination token from a previous response.
- Parameters:
nextToken- Pagination token from a previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMarketplaceRevenueShareAllocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListMarketplaceRevenueShareAllocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-