Interface ValidationStrategy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ValidationStrategy.Builder,ValidationStrategy>,SdkBuilder<ValidationStrategy.Builder,ValidationStrategy>,SdkPojo
- Enclosing class:
- ValidationStrategy
public static interface ValidationStrategy.Builder extends SdkPojo, CopyableBuilder<ValidationStrategy.Builder,ValidationStrategy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationStrategy.Buildermode(String mode)The mode of validation for the asset to be created or updated.ValidationStrategy.Buildermode(ValidationStrategyMode mode)The mode of validation for the asset to be created or updated.-
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
-
mode
ValidationStrategy.Builder mode(String mode)
The mode of validation for the asset to be created or updated. When you set this value to
STRICT, strict validation for every error is enforced. When you set this value toLENIENT, validation is skipped for specific UI errors.- Parameters:
mode- The mode of validation for the asset to be created or updated. When you set this value toSTRICT, strict validation for every error is enforced. When you set this value toLENIENT, validation is skipped for specific UI errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ValidationStrategyMode,ValidationStrategyMode
-
mode
ValidationStrategy.Builder mode(ValidationStrategyMode mode)
The mode of validation for the asset to be created or updated. When you set this value to
STRICT, strict validation for every error is enforced. When you set this value toLENIENT, validation is skipped for specific UI errors.- Parameters:
mode- The mode of validation for the asset to be created or updated. When you set this value toSTRICT, strict validation for every error is enforced. When you set this value toLENIENT, validation is skipped for specific UI errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ValidationStrategyMode,ValidationStrategyMode
-
-