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
Modifier and TypeMethodDescriptionlowerBoundValue
(Float lowerBoundValue) The lower bound value of the area under curve (auc).upperBoundValue
(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 Details
-
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
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.
-