Interface Validator.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Validator.Builder,
,Validator> SdkBuilder<Validator.Builder,
,Validator> SdkPojo
- Enclosing class:
Validator
public static interface Validator.Builder
extends SdkPojo, CopyableBuilder<Validator.Builder,Validator>
-
Method Summary
Modifier and TypeMethodDescriptionEither the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.AppConfig supports validators of typeJSON_SCHEMA
andLAMBDA
type
(ValidatorType type) AppConfig supports validators of typeJSON_SCHEMA
andLAMBDA
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
-
type
AppConfig supports validators of type
JSON_SCHEMA
andLAMBDA
- Parameters:
type
- AppConfig supports validators of typeJSON_SCHEMA
andLAMBDA
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
AppConfig supports validators of type
JSON_SCHEMA
andLAMBDA
- Parameters:
type
- AppConfig supports validators of typeJSON_SCHEMA
andLAMBDA
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
content
Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.
- Parameters:
content
- Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-