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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Threshold.Builderoperator(String operator)The operator of the threshold.Threshold.Builderoperator(Operator operator)The operator of the threshold.Threshold.Buildervalue(String value)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 Detail
-
value
Threshold.Builder value(String 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
Threshold.Builder operator(String operator)
The operator of the threshold.
-
operator
Threshold.Builder operator(Operator operator)
The operator of the threshold.
-
-