Interface CreateMarketplaceRevenueShareRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateMarketplaceRevenueShareRequest.Builder,,CreateMarketplaceRevenueShareRequest> PartnerCentralRevenueMeasurementRequest.Builder,SdkBuilder<CreateMarketplaceRevenueShareRequest.Builder,,CreateMarketplaceRevenueShareRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateMarketplaceRevenueShareRequest
@Mutable
@NotThreadSafe
public static interface CreateMarketplaceRevenueShareRequest.Builder
extends PartnerCentralRevenueMeasurementRequest.Builder, SdkPojo, CopyableBuilder<CreateMarketplaceRevenueShareRequest.Builder,CreateMarketplaceRevenueShareRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog in which to create the marketplace revenue share.catalog(CatalogName catalog) The catalog in which to create the marketplace revenue share.clientToken(String clientToken) A unique token to ensure idempotency of the create request.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 this revenue share.tags(Collection<Tag> tags) Tags to associate with the marketplace revenue share upon creation.tags(Consumer<Tag.Builder>... tags) Tags to associate with the marketplace revenue share upon creation.Tags to associate with the marketplace revenue share upon creation.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 in which to create the marketplace revenue share.
- Parameters:
catalog- The catalog in which to create the marketplace revenue share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalog
The catalog in which to create the marketplace revenue share.
- Parameters:
catalog- The catalog in which to create the marketplace revenue share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
A unique token to ensure idempotency of the create request.
- Parameters:
clientToken- A unique token to ensure idempotency of the create request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productId
The AWS Marketplace product identifier for this revenue share.
- Parameters:
productId- The AWS Marketplace product identifier for this revenue share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags to associate with the marketplace revenue share upon creation.
- Parameters:
tags- Tags to associate with the marketplace revenue share upon creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags to associate with the marketplace revenue share upon creation.
- Parameters:
tags- Tags to associate with the marketplace revenue share upon creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags to associate with the marketplace revenue share upon creation.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateMarketplaceRevenueShareRequest.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
CreateMarketplaceRevenueShareRequest.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.
-