Interface GetRevenueAttributionAllocationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRevenueAttributionAllocationRequest.Builder,,GetRevenueAttributionAllocationRequest> PartnerCentralRevenueMeasurementRequest.Builder,SdkBuilder<GetRevenueAttributionAllocationRequest.Builder,,GetRevenueAttributionAllocationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetRevenueAttributionAllocationRequest
@Mutable
@NotThreadSafe
public static interface GetRevenueAttributionAllocationRequest.Builder
extends PartnerCentralRevenueMeasurementRequest.Builder, SdkPojo, CopyableBuilder<GetRevenueAttributionAllocationRequest.Builder,GetRevenueAttributionAllocationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog that contains the resource.catalog(CatalogName catalog) The catalog that contains the resource.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.revenueAttributionAllocationId(String revenueAttributionAllocationId) The allocation identifier.revenueAttributionIdentifier(String revenueAttributionIdentifier) The revenue attribution identifier.revenueAttributionRevision(String revenueAttributionRevision) Point-in-time revision number to query.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 contains the resource.
- Parameters:
catalog- The catalog that contains the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalog
The catalog that contains the resource.
- Parameters:
catalog- The catalog that contains the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
revenueAttributionIdentifier
GetRevenueAttributionAllocationRequest.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.
-
revenueAttributionAllocationId
GetRevenueAttributionAllocationRequest.Builder revenueAttributionAllocationId(String revenueAttributionAllocationId) The allocation identifier.
- Parameters:
revenueAttributionAllocationId- The allocation identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revenueAttributionRevision
GetRevenueAttributionAllocationRequest.Builder revenueAttributionRevision(String revenueAttributionRevision) Point-in-time revision number to query.
- Parameters:
revenueAttributionRevision- Point-in-time revision number to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRevenueAttributionAllocationRequest.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
GetRevenueAttributionAllocationRequest.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.
-