Interface Roi.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Roi.Builder,,Roi> SdkBuilder<Roi.Builder,,Roi> SdkPojo
- Enclosing class:
Roi
@Mutable
@NotThreadSafe
public static interface Roi.Builder
extends SdkPojo, CopyableBuilder<Roi.Builder,Roi>
-
Method Summary
Modifier and TypeMethodDescriptionA sentence providing context for the estimate.A short statistic or key metric.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
-
estimate
A short statistic or key metric. Optional when there is no quantifiable figure.
- Parameters:
estimate- A short statistic or key metric. Optional when there is no quantifiable figure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detail
A sentence providing context for the estimate.
- Parameters:
detail- A sentence providing context for the estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-