Interface DataPointEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataPointEntry.Builder,,DataPointEntry> SdkBuilder<DataPointEntry.Builder,,DataPointEntry> SdkPojo
- Enclosing class:
DataPointEntry
@Mutable
@NotThreadSafe
public static interface DataPointEntry.Builder
extends SdkPojo, CopyableBuilder<DataPointEntry.Builder,DataPointEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe bot category for this data point, when grouped by category.The timestamp for this data point.groupByValue(String groupByValue) The group-by dimension value for this data point.The intent classification for this data point, when grouped by intent.monetizeServedCount(Long monetizeServedCount) The number of HTTP 402 Payment Required responses served during this interval.settledCount(Long settledCount) The number of successfully settled payments during this interval.totalAmount(String totalAmount) The total revenue amount during this interval in the specified currency.Methods 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, sdkFields
-
Method Details
-
date
The timestamp for this data point.
- Parameters:
date- The timestamp for this data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monetizeServedCount
The number of HTTP 402 Payment Required responses served during this interval.
- Parameters:
monetizeServedCount- The number of HTTP 402 Payment Required responses served during this interval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settledCount
The number of successfully settled payments during this interval.
- Parameters:
settledCount- The number of successfully settled payments during this interval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalAmount
The total revenue amount during this interval in the specified currency.
- Parameters:
totalAmount- The total revenue amount during this interval in the specified currency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
The bot category for this data point, when grouped by category.
- Parameters:
category- The bot category for this data point, when grouped by category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intent
The intent classification for this data point, when grouped by intent.
- Parameters:
intent- The intent classification for this data point, when grouped by intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupByValue
The group-by dimension value for this data point.
- Parameters:
groupByValue- The group-by dimension value for this data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-