Interface UncertaintyRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UncertaintyRange.Builder,UncertaintyRange>,SdkBuilder<UncertaintyRange.Builder,UncertaintyRange>,SdkPojo
- Enclosing class:
- UncertaintyRange
public static interface UncertaintyRange.Builder extends SdkPojo, CopyableBuilder<UncertaintyRange.Builder,UncertaintyRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UncertaintyRange.BuilderlowerBoundValue(Float lowerBoundValue)The lower bound value of the area under curve (auc).UncertaintyRange.BuilderupperBoundValue(Float upperBoundValue)The upper bound value of the area under curve (auc).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
lowerBoundValue
UncertaintyRange.Builder lowerBoundValue(Float lowerBoundValue)
The lower bound value of the area under curve (auc).
- Parameters:
lowerBoundValue- The lower bound value of the area under curve (auc).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upperBoundValue
UncertaintyRange.Builder upperBoundValue(Float upperBoundValue)
The upper bound value of the area under curve (auc).
- Parameters:
upperBoundValue- The upper bound value of the area under curve (auc).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-