Interface StartRevenueAttributionAllocationsTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartRevenueAttributionAllocationsTaskRequest.Builder,,StartRevenueAttributionAllocationsTaskRequest> PartnerCentralRevenueMeasurementRequest.Builder,SdkBuilder<StartRevenueAttributionAllocationsTaskRequest.Builder,,StartRevenueAttributionAllocationsTaskRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartRevenueAttributionAllocationsTaskRequest
@Mutable
@NotThreadSafe
public static interface StartRevenueAttributionAllocationsTaskRequest.Builder
extends PartnerCentralRevenueMeasurementRequest.Builder, SdkPojo, CopyableBuilder<StartRevenueAttributionAllocationsTaskRequest.Builder,StartRevenueAttributionAllocationsTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog context for this operation.catalog(CatalogName catalog) The catalog context for this operation.clientToken(String clientToken) Idempotency token for deduplication and retry.description(String description) Human-readable description of the batch.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.revenueAttributionIdentifier(String revenueAttributionIdentifier) The revenue attribution identifier.revenueAttributionRevision(String revenueAttributionRevision) Current revision of the revenue attribution for optimistic locking.revenueShareAllocations(Collection<RevenueShareAllocation> revenueShareAllocations) The list of allocation changes to process in this batch.revenueShareAllocations(Consumer<RevenueShareAllocation.Builder>... revenueShareAllocations) The list of allocation changes to process in this batch.revenueShareAllocations(RevenueShareAllocation... revenueShareAllocations) The list of allocation changes to process in this batch.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 context for this operation.
- Parameters:
catalog- The catalog context for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalog
The catalog context for this operation.
- Parameters:
catalog- The catalog context for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
revenueAttributionIdentifier
StartRevenueAttributionAllocationsTaskRequest.Builder revenueAttributionIdentifier(String revenueAttributionIdentifier) The revenue attribution identifier.
- Parameters:
revenueAttributionIdentifier- The revenue attribution identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revenueAttributionRevision
StartRevenueAttributionAllocationsTaskRequest.Builder revenueAttributionRevision(String revenueAttributionRevision) Current revision of the revenue attribution for optimistic locking.
- Parameters:
revenueAttributionRevision- Current revision of the revenue attribution for optimistic locking.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
Idempotency token for deduplication and retry.
- Parameters:
clientToken- Idempotency token for deduplication and retry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Human-readable description of the batch.
- Parameters:
description- Human-readable description of the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartRevenueAttributionAllocationsTaskRequest.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
StartRevenueAttributionAllocationsTaskRequest.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.
-