Interface GetRevenueStatisticsTimeSeriesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRevenueStatisticsTimeSeriesRequest.Builder,,GetRevenueStatisticsTimeSeriesRequest> SdkBuilder<GetRevenueStatisticsTimeSeriesRequest.Builder,,GetRevenueStatisticsTimeSeriesRequest> SdkPojo,SdkRequest.Builder,Wafv2Request.Builder
- Enclosing class:
GetRevenueStatisticsTimeSeriesRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe currency for the amounts in the response.The currency for the 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.The dimension to group results by.groupBy(GroupByType groupBy) The dimension to group results by.The time interval for aggregating data points:MINUTELY,FIVE_MINUTELY,HOURLY, orDAILY.interval(IntervalType interval) The time interval for aggregating data points:MINUTELY,FIVE_MINUTELY,HOURLY, orDAILY.The maximum number of data points to return.nextMarker(String nextMarker) When you get a paginated response, this marker indicates that additional results are available.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).statisticType(String statisticType) The type of time series data to retrieve:DATE_HISTOGRAMfor revenue over time, orPAYMENT_TRAFFICfor payment traffic patterns.statisticType(TimeSeriesStatisticType statisticType) The type of time series data to retrieve:DATE_HISTOGRAMfor revenue over time, orPAYMENT_TRAFFICfor payment traffic patterns.timeWindow(Consumer<TimeWindow.Builder> timeWindow) The time range for the query.timeWindow(TimeWindow timeWindow) The time range for the 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
-
statisticType
The type of time series data to retrieve:
DATE_HISTOGRAMfor revenue over time, orPAYMENT_TRAFFICfor payment traffic patterns.- Parameters:
statisticType- The type of time series data to retrieve:DATE_HISTOGRAMfor revenue over time, orPAYMENT_TRAFFICfor payment traffic patterns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statisticType
The type of time series data to retrieve:
DATE_HISTOGRAMfor revenue over time, orPAYMENT_TRAFFICfor payment traffic patterns.- Parameters:
statisticType- The type of time series data to retrieve:DATE_HISTOGRAMfor revenue over time, orPAYMENT_TRAFFICfor payment traffic patterns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeWindow
The time range for the query. Specify start and end timestamps.
- Parameters:
timeWindow- The time range for the query. Specify start and end timestamps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeWindow
default GetRevenueStatisticsTimeSeriesRequest.Builder timeWindow(Consumer<TimeWindow.Builder> timeWindow) The time range for the 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).- Parameters:
scope- Specifies whether this is for a Amazon CloudFront distribution (CLOUDFRONT) or for a regional application (REGIONAL).- 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).- Parameters:
scope- Specifies whether this is for a Amazon CloudFront distribution (CLOUDFRONT) or for a regional application (REGIONAL).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
interval
The time interval for aggregating data points:
MINUTELY,FIVE_MINUTELY,HOURLY, orDAILY.- Parameters:
interval- The time interval for aggregating data points:MINUTELY,FIVE_MINUTELY,HOURLY, orDAILY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
interval
The time interval for aggregating data points:
MINUTELY,FIVE_MINUTELY,HOURLY, orDAILY.- Parameters:
interval- The time interval for aggregating data points:MINUTELY,FIVE_MINUTELY,HOURLY, orDAILY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currency
The currency for the amounts in the response.
- Parameters:
currency- The currency for the amounts in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currency
The currency for the amounts in the response.
- Parameters:
currency- The currency for the amounts in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupBy
The dimension to group results by.
- Parameters:
groupBy- The dimension to group results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupBy
The dimension to group results by.
- Parameters:
groupBy- The dimension to group results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filters
Optional filters to narrow the results.
- Parameters:
filters- Optional filters to narrow the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Optional filters to narrow the results.
- Parameters:
filters- Optional filters to narrow the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
GetRevenueStatisticsTimeSeriesRequest.Builder filters(Consumer<MonetizationFilter.Builder>... filters) Optional filters to narrow the results.
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:
-
limit
The maximum number of data points to return. Minimum: 1. Maximum: 10000.
- Parameters:
limit- The maximum number of data points to return. Minimum: 1. Maximum: 10000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextMarker
When you get a paginated response, this marker indicates that additional results are available.
- Parameters:
nextMarker- When you get a paginated response, this marker indicates that additional results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRevenueStatisticsTimeSeriesRequest.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
GetRevenueStatisticsTimeSeriesRequest.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.
-