| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static Validator.Builder |
Validator.builder() |
Validator.Builder |
Validator.Builder.content(String content)
Either the JSON Schema content or the Amazon Resource Name (ARN) of an AWS Lambda function.
|
Validator.Builder |
Validator.toBuilder() |
Validator.Builder |
Validator.Builder.type(String type)
AppConfig supports validators of type
JSON_SCHEMA and LAMBDA |
Validator.Builder |
Validator.Builder.type(ValidatorType type)
AppConfig supports validators of type
JSON_SCHEMA and LAMBDA |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Validator.Builder> |
Validator.serializableBuilderClass() |
Copyright © 2020. All rights reserved.