Interface ListMarketplaceRevenueSharesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMarketplaceRevenueSharesRequest.Builder,,ListMarketplaceRevenueSharesRequest> PartnerCentralRevenueMeasurementRequest.Builder,SdkBuilder<ListMarketplaceRevenueSharesRequest.Builder,,ListMarketplaceRevenueSharesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListMarketplaceRevenueSharesRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog to list marketplace revenue shares from.catalog(CatalogName catalog) The catalog to list marketplace revenue shares from.createdAfter(Instant createdAfter) Filter results to only include marketplace revenue shares created after this timestamp.createdBefore(Instant createdBefore) Filter results to only include marketplace revenue shares created before this timestamp.maxResults(Integer maxResults) The maximum number of results to return in a single call.Token for pagination.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.productCodes(String... productCodes) Filter results to only include shares with these product codes.productCodes(Collection<String> productCodes) Filter results to only include shares with these product codes.productIds(String... productIds) Filter results to only include shares with these product identifiers.productIds(Collection<String> productIds) Filter results to only include shares with these product identifiers.The field to sort marketplace revenue shares by.sortBy(MarketplaceRevenueShareSortBy sortBy) The field to sort marketplace revenue shares by.The direction to sort results.The direction to sort results.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 to list marketplace revenue shares from.
- Parameters:
catalog- The catalog to list marketplace revenue shares from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalog
The catalog to list marketplace revenue shares from.
- Parameters:
catalog- The catalog to list marketplace revenue shares from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
productIds
Filter results to only include shares with these product identifiers.
- Parameters:
productIds- Filter results to only include shares with these product identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productIds
Filter results to only include shares with these product identifiers.
- Parameters:
productIds- Filter results to only include shares with these product identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productCodes
Filter results to only include shares with these product codes.
- Parameters:
productCodes- Filter results to only include shares with these product codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productCodes
Filter results to only include shares with these product codes.
- Parameters:
productCodes- Filter results to only include shares with these product codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in a single call.
- Parameters:
maxResults- The maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Token for pagination. Use the value returned in the previous response to retrieve the next page.
- Parameters:
nextToken- Token for pagination. Use the value returned in the previous response to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
The field to sort marketplace revenue shares by.
- Parameters:
sortBy- The field to sort marketplace revenue shares by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The direction to sort results.
- Parameters:
sortOrder- The direction to sort results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The direction to sort results.
- Parameters:
sortOrder- The direction to sort results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAfter
Filter results to only include marketplace revenue shares created after this timestamp.
- Parameters:
createdAfter- Filter results to only include marketplace revenue shares created after this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
Filter results to only include marketplace revenue shares created before this timestamp.
- Parameters:
createdBefore- Filter results to only include marketplace revenue shares created before this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMarketplaceRevenueSharesRequest.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
ListMarketplaceRevenueSharesRequest.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.
-