public static interface Validator.Builder extends SdkPojo, CopyableBuilder<Validator.Builder,Validator>
| Modifier and Type | Method and Description |
|---|---|
Validator.Builder |
content(String content)
Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.
|
Validator.Builder |
type(String type)
AppConfig supports validators of type
JSON_SCHEMA and LAMBDA |
Validator.Builder |
type(ValidatorType type)
AppConfig supports validators of type
JSON_SCHEMA and LAMBDA |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidator.Builder type(String type)
AppConfig supports validators of type JSON_SCHEMA and LAMBDA
type - AppConfig supports validators of type JSON_SCHEMA and LAMBDAValidatorType,
ValidatorTypeValidator.Builder type(ValidatorType type)
AppConfig supports validators of type JSON_SCHEMA and LAMBDA
type - AppConfig supports validators of type JSON_SCHEMA and LAMBDAValidatorType,
ValidatorTypeValidator.Builder content(String content)
Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.
content - Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.Copyright © 2022. All rights reserved.