Interface GetMarketplaceRevenueShareAllocationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMarketplaceRevenueShareAllocationRequest.Builder,,GetMarketplaceRevenueShareAllocationRequest> PartnerCentralRevenueMeasurementRequest.Builder,SdkBuilder<GetMarketplaceRevenueShareAllocationRequest.Builder,,GetMarketplaceRevenueShareAllocationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetMarketplaceRevenueShareAllocationRequest
@Mutable
@NotThreadSafe
public static interface GetMarketplaceRevenueShareAllocationRequest.Builder
extends PartnerCentralRevenueMeasurementRequest.Builder, SdkPojo, CopyableBuilder<GetMarketplaceRevenueShareAllocationRequest.Builder,GetMarketplaceRevenueShareAllocationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog that the allocation belongs to.catalog(CatalogName catalog) The catalog that the allocation belongs to.marketplaceRevenueShareAllocationId(String marketplaceRevenueShareAllocationId) The unique identifier of the allocation to retrieve.marketplaceRevenueShareRevision(String marketplaceRevenueShareRevision) The revision of the parent marketplace revenue share at which to retrieve the allocation.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 of the parent revenue share.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 that the allocation belongs to.
- Parameters:
catalog- The catalog that the allocation belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalog
The catalog that the allocation belongs to.
- Parameters:
catalog- The catalog that the allocation belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
productId
The AWS Marketplace product identifier of the parent revenue share.
- Parameters:
productId- The AWS Marketplace product identifier of the parent revenue share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMarketplaceRevenueShareAllocationRequest.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
GetMarketplaceRevenueShareAllocationRequest.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.
-