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 type of a threshold.type(ThresholdType type) The type of a threshold.Unit of threshold value.unit(ThresholdUnit unit) Unit of threshold value.The value of a threshold.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
value
The value of a threshold.
- Parameters:
 value- The value of a threshold.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.
- Parameters:
 type- The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.
- Parameters:
 type- The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
unit
Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.
- Parameters:
 unit- Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
unit
Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.
- Parameters:
 unit- Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -