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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Validator.Buildercontent(String content)Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.Validator.Buildertype(String type)AppConfig supports validators of typeJSON_SCHEMAandLAMBDAValidator.Buildertype(ValidatorType type)AppConfig supports validators of typeJSON_SCHEMAandLAMBDA-
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 Detail
-
type
Validator.Builder type(String type)
AppConfig supports validators of type
JSON_SCHEMAandLAMBDA- Parameters:
type- AppConfig supports validators of typeJSON_SCHEMAandLAMBDA- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ValidatorType,ValidatorType
-
type
Validator.Builder type(ValidatorType type)
AppConfig supports validators of type
JSON_SCHEMAandLAMBDA- Parameters:
type- AppConfig supports validators of typeJSON_SCHEMAandLAMBDA- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ValidatorType,ValidatorType
-
content
Validator.Builder content(String 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.
-
-