Interface ListRevenueAttributionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRevenueAttributionsRequest.Builder,,ListRevenueAttributionsRequest> PartnerCentralRevenueMeasurementRequest.Builder,SdkBuilder<ListRevenueAttributionsRequest.Builder,,ListRevenueAttributionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListRevenueAttributionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog to list revenue attributions from.catalog(CatalogName catalog) The catalog to list revenue attributions from.createdAfter(Instant createdAfter) Filter results to only include revenue attributions created after this timestamp.createdBefore(Instant createdBefore) Filter results to only include revenue attributions created before this timestamp.identifiers(String... identifiers) Filter results to only include revenue attributions with the specified identifiers.identifiers(Collection<String> identifiers) Filter results to only include revenue attributions with the specified identifiers.maxResults(Integer maxResults) The maximum number of results to return in a single call.Token for pagination.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The field to sort revenue attributions by.sortBy(AttributionSortBy sortBy) The field to sort revenue attributions by.The direction to sort results.The direction to sort results.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 to list revenue attributions from.
- Parameters:
catalog- The catalog to list revenue attributions from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalog
The catalog to list revenue attributions from.
- Parameters:
catalog- The catalog to list revenue attributions from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identifiers
Filter results to only include revenue attributions with the specified identifiers.
- Parameters:
identifiers- Filter results to only include revenue attributions with the specified identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifiers
Filter results to only include revenue attributions with the specified identifiers.
- Parameters:
identifiers- Filter results to only include revenue attributions with the specified identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAfter
Filter results to only include revenue attributions created after this timestamp.
- Parameters:
createdAfter- Filter results to only include revenue attributions created after this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
Filter results to only include revenue attributions created before this timestamp.
- Parameters:
createdBefore- Filter results to only include revenue attributions created before this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
The field to sort revenue attributions by.
- Parameters:
sortBy- The field to sort revenue attributions by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The field to sort revenue attributions by.
- Parameters:
sortBy- The field to sort revenue attributions by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The direction to sort results.
- Parameters:
sortOrder- The direction to sort results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The direction to sort results.
- Parameters:
sortOrder- The direction to sort results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return in a single call.
- Parameters:
maxResults- The maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Token for pagination. Use the value returned in the previous response to retrieve the next page.
- Parameters:
nextToken- Token for pagination. Use the value returned in the previous response to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRevenueAttributionsRequest.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
ListRevenueAttributionsRequest.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.
-