Interface Threshold.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Threshold.Builder,
,Threshold> SdkBuilder<Threshold.Builder,
,Threshold> SdkPojo
- Enclosing class:
Threshold
public static interface Threshold.Builder
extends SdkPojo, CopyableBuilder<Threshold.Builder,Threshold>
-
Method Summary
Modifier and TypeMethodDescriptionThe operator of the threshold.The operator of the threshold.The value of the threshold.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
-
value
The value of the threshold.
- Parameters:
value
- The value of the threshold.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
The operator of the threshold.
- Parameters:
operator
- The operator of the threshold.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The operator of the threshold.
- Parameters:
operator
- The operator of the threshold.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-