Interface SuppressionValidationOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SuppressionValidationOptions.Builder,,SuppressionValidationOptions> SdkBuilder<SuppressionValidationOptions.Builder,,SuppressionValidationOptions> SdkPojo
- Enclosing class:
SuppressionValidationOptions
@Mutable
@NotThreadSafe
public static interface SuppressionValidationOptions.Builder
extends SdkPojo, CopyableBuilder<SuppressionValidationOptions.Builder,SuppressionValidationOptions>
-
Method Summary
Modifier and TypeMethodDescriptionconditionThreshold(Consumer<SuppressionConditionThreshold.Builder> conditionThreshold) Specifies the condition threshold settings for suppression validation.conditionThreshold(SuppressionConditionThreshold conditionThreshold) Specifies the condition threshold settings for suppression validation.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
-
conditionThreshold
SuppressionValidationOptions.Builder conditionThreshold(SuppressionConditionThreshold conditionThreshold) Specifies the condition threshold settings for suppression validation.
- Parameters:
conditionThreshold- Specifies the condition threshold settings for suppression validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionThreshold
default SuppressionValidationOptions.Builder conditionThreshold(Consumer<SuppressionConditionThreshold.Builder> conditionThreshold) Specifies the condition threshold settings for suppression validation.
This is a convenience method that creates an instance of theSuppressionConditionThreshold.Builderavoiding the need to create one manually viaSuppressionConditionThreshold.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconditionThreshold(SuppressionConditionThreshold).- Parameters:
conditionThreshold- a consumer that will call methods onSuppressionConditionThreshold.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-