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 Details

    • type

      AppConfig supports validators of type JSON_SCHEMA and LAMBDA

      Parameters:
      type - AppConfig supports validators of type JSON_SCHEMA and LAMBDA
      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 and LAMBDA

      Parameters:
      type - AppConfig supports validators of type JSON_SCHEMA and LAMBDA
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.