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
Modifier and TypeMethodDescriptionThe mode of validation for the asset to be created or updated.mode
(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 Details
-
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:
-
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:
-