Interface Threshold.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Threshold.Builder,,- Threshold> - SdkBuilder<Threshold.Builder,,- Threshold> - SdkPojo
- Enclosing class:
- Threshold
@Mutable
@NotThreadSafe
public static interface Threshold.Builder
extends SdkPojo, CopyableBuilder<Threshold.Builder,Threshold> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
valueThe 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.
 
- 
typeThe 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:
 
- 
typeThe 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:
 
- 
unitUnit 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:
 
- 
unitUnit 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:
 
 
-