Interface ActionThreshold.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionThreshold.Builder,ActionThreshold>,SdkBuilder<ActionThreshold.Builder,ActionThreshold>,SdkPojo
- Enclosing class:
- ActionThreshold
public static interface ActionThreshold.Builder extends SdkPojo, CopyableBuilder<ActionThreshold.Builder,ActionThreshold>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionThreshold.BuilderactionThresholdType(String actionThresholdType)Sets the value of the ActionThresholdType property for this object.ActionThreshold.BuilderactionThresholdType(ThresholdType actionThresholdType)Sets the value of the ActionThresholdType property for this object.ActionThreshold.BuilderactionThresholdValue(Double actionThresholdValue)Sets the value of the ActionThresholdValue property for this object.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
actionThresholdValue
ActionThreshold.Builder actionThresholdValue(Double actionThresholdValue)
Sets the value of the ActionThresholdValue property for this object.- Parameters:
actionThresholdValue- The new value for the ActionThresholdValue property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionThresholdType
ActionThreshold.Builder actionThresholdType(String actionThresholdType)
Sets the value of the ActionThresholdType property for this object.- Parameters:
actionThresholdType- The new value for the ActionThresholdType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThresholdType,ThresholdType
-
actionThresholdType
ActionThreshold.Builder actionThresholdType(ThresholdType actionThresholdType)
Sets the value of the ActionThresholdType property for this object.- Parameters:
actionThresholdType- The new value for the ActionThresholdType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThresholdType,ThresholdType
-
-