Interface RevenuePathStatistics.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RevenuePathStatistics.Builder,,RevenuePathStatistics> SdkBuilder<RevenuePathStatistics.Builder,,RevenuePathStatistics> SdkPojo
- Enclosing class:
RevenuePathStatistics
@Mutable
@NotThreadSafe
public static interface RevenuePathStatistics.Builder
extends SdkPojo, CopyableBuilder<RevenuePathStatistics.Builder,RevenuePathStatistics>
-
Method Summary
Modifier and TypeMethodDescriptionThe total revenue amount from this path in the specified currency.The URI path.percentage(Double percentage) The percentage of total revenue from this path.requestCount(Long requestCount) The number of monetized requests to this path.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
-
path
The URI path.
- Parameters:
path- The URI path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
percentage
The percentage of total revenue from this path.
- Parameters:
percentage- The percentage of total revenue from this path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amount
The total revenue amount from this path in the specified currency.
- Parameters:
amount- The total revenue amount from this path in the specified currency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestCount
The number of monetized requests to this path.
- Parameters:
requestCount- The number of monetized requests to this path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-