Interface GetRevenueStatisticsSummaryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRevenueStatisticsSummaryRequest.Builder,,GetRevenueStatisticsSummaryRequest> SdkBuilder<GetRevenueStatisticsSummaryRequest.Builder,,GetRevenueStatisticsSummaryRequest> SdkPojo,SdkRequest.Builder,Wafv2Request.Builder
- Enclosing class:
GetRevenueStatisticsSummaryRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe currency for the revenue amounts in the response.The currency for the revenue amounts in the response.filters(Collection<MonetizationFilter> filters) Optional filters to narrow the results.filters(Consumer<MonetizationFilter.Builder>... filters) Optional filters to narrow the results.filters(MonetizationFilter... filters) Optional filters to narrow the results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies whether this is for a Amazon CloudFront distribution (CLOUDFRONT) or for a regional application (REGIONAL).Specifies whether this is for a Amazon CloudFront distribution (CLOUDFRONT) or for a regional application (REGIONAL).timeWindow(Consumer<TimeWindow.Builder> timeWindow) The time range for the revenue summary query.timeWindow(TimeWindow timeWindow) The time range for the revenue summary 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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.wafv2.model.Wafv2Request.Builder
build
-
Method Details
-
timeWindow
The time range for the revenue summary query. Specify start and end timestamps.
- Parameters:
timeWindow- The time range for the revenue summary query. Specify start and end timestamps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeWindow
default GetRevenueStatisticsSummaryRequest.Builder timeWindow(Consumer<TimeWindow.Builder> timeWindow) The time range for the revenue summary query. Specify start and end timestamps.
This is a convenience method that creates an instance of theTimeWindow.Builderavoiding the need to create one manually viaTimeWindow.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimeWindow(TimeWindow).- Parameters:
timeWindow- a consumer that will call methods onTimeWindow.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scope
Specifies whether this is for a Amazon CloudFront distribution (
CLOUDFRONT) or for a regional application (REGIONAL). AI bot monetization is only available forCLOUDFRONTscope.- Parameters:
scope- Specifies whether this is for a Amazon CloudFront distribution (CLOUDFRONT) or for a regional application (REGIONAL). AI bot monetization is only available forCLOUDFRONTscope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scope
Specifies whether this is for a Amazon CloudFront distribution (
CLOUDFRONT) or for a regional application (REGIONAL). AI bot monetization is only available forCLOUDFRONTscope.- Parameters:
scope- Specifies whether this is for a Amazon CloudFront distribution (CLOUDFRONT) or for a regional application (REGIONAL). AI bot monetization is only available forCLOUDFRONTscope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currency
The currency for the revenue amounts in the response. Currently only
USDCis supported.- Parameters:
currency- The currency for the revenue amounts in the response. Currently onlyUSDCis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currency
The currency for the revenue amounts in the response. Currently only
USDCis supported.- Parameters:
currency- The currency for the revenue amounts in the response. Currently onlyUSDCis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filters
Optional filters to narrow the results. You can filter by source name, category, organization, intent, verified status, content path, web ACL ARN, or currency mode.
- Parameters:
filters- Optional filters to narrow the results. You can filter by source name, category, organization, intent, verified status, content path, web ACL ARN, or currency mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Optional filters to narrow the results. You can filter by source name, category, organization, intent, verified status, content path, web ACL ARN, or currency mode.
- Parameters:
filters- Optional filters to narrow the results. You can filter by source name, category, organization, intent, verified status, content path, web ACL ARN, or currency mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Optional filters to narrow the results. You can filter by source name, category, organization, intent, verified status, content path, web ACL ARN, or currency mode.
This is a convenience method that creates an instance of theMonetizationFilter.Builderavoiding the need to create one manually viaMonetizationFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<MonetizationFilter>).- Parameters:
filters- a consumer that will call methods onMonetizationFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetRevenueStatisticsSummaryRequest.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
GetRevenueStatisticsSummaryRequest.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.
-