Interface UpdateRevenueAttributionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRevenueAttributionRequest.Builder,,UpdateRevenueAttributionRequest> PartnerCentralRevenueMeasurementRequest.Builder,SdkBuilder<UpdateRevenueAttributionRequest.Builder,,UpdateRevenueAttributionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateRevenueAttributionRequest
@Mutable
@NotThreadSafe
public static interface UpdateRevenueAttributionRequest.Builder
extends PartnerCentralRevenueMeasurementRequest.Builder, SdkPojo, CopyableBuilder<UpdateRevenueAttributionRequest.Builder,UpdateRevenueAttributionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog that the revenue attribution belongs to.catalog(CatalogName catalog) The catalog that the revenue attribution belongs to.clientToken(String clientToken) A unique token to ensure idempotency of the update request.description(String description) The updated description of the revenue attribution.identifier(String identifier) The unique identifier of the revenue attribution to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The current revision of the revenue attribution.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 revenue attribution belongs to.
- Parameters:
catalog- The catalog that the revenue attribution belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalog
The catalog that the revenue attribution belongs to.
- Parameters:
catalog- The catalog that the revenue attribution belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identifier
The unique identifier of the revenue attribution to update. Accepts a direct ID or ARN.
- Parameters:
identifier- The unique identifier of the revenue attribution to update. Accepts a direct ID or ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique token to ensure idempotency of the update request.
- Parameters:
clientToken- A unique token to ensure idempotency of the update request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The updated description of the revenue attribution.
- Parameters:
description- The updated description of the revenue attribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The current revision of the revenue attribution. Must match the server's current value.
- Parameters:
revision- The current revision of the revenue attribution. Must match the server's current value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRevenueAttributionRequest.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
UpdateRevenueAttributionRequest.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.
-