public static interface UsageFeatureResult.Builder extends SdkPojo, CopyableBuilder<UsageFeatureResult.Builder,UsageFeatureResult>
| Modifier and Type | Method and Description |
|---|---|
UsageFeatureResult.Builder |
feature(String feature)
The feature that generated the usage cost.
|
UsageFeatureResult.Builder |
feature(UsageFeature feature)
The feature that generated the usage cost.
|
default UsageFeatureResult.Builder |
total(Consumer<Total.Builder> total)
Sets the value of the Total property for this object.
|
UsageFeatureResult.Builder |
total(Total total)
Sets the value of the Total property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUsageFeatureResult.Builder feature(String feature)
The feature that generated the usage cost.
feature - The feature that generated the usage cost.UsageFeature,
UsageFeatureUsageFeatureResult.Builder feature(UsageFeature feature)
The feature that generated the usage cost.
feature - The feature that generated the usage cost.UsageFeature,
UsageFeatureUsageFeatureResult.Builder total(Total total)
total - The new value for the Total property for this object.default UsageFeatureResult.Builder total(Consumer<Total.Builder> total)
Total.Builder avoiding the need to
create one manually via Total.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to total(Total).
total - a consumer that will call methods on Total.Buildertotal(Total)Copyright © 2023. All rights reserved.