Uses of Interface
software.amazon.awssdk.services.appconfig.model.Validator.Builder
-
Packages that use Validator.Builder Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of Validator.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return Validator.Builder Modifier and Type Method Description static Validator.BuilderValidator. builder()Validator.BuilderValidator.Builder. content(String content)Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.Validator.BuilderValidator. toBuilder()Validator.BuilderValidator.Builder. type(String type)AppConfig supports validators of typeJSON_SCHEMAandLAMBDAValidator.BuilderValidator.Builder. type(ValidatorType type)AppConfig supports validators of typeJSON_SCHEMAandLAMBDAMethods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type Validator.Builder Modifier and Type Method Description static Class<? extends Validator.Builder>Validator. serializableBuilderClass()
-