Interface DescribeJobSchemaVersionResponse.Builder

  • Method Details

    • jobCategory

      The category of the job schema.

      Parameters:
      jobCategory - The category of the job schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobCategory

      The category of the job schema.

      Parameters:
      jobCategory - The category of the job schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobConfigSchemaVersion

      DescribeJobSchemaVersionResponse.Builder jobConfigSchemaVersion(String jobConfigSchemaVersion)

      The version of the schema.

      Parameters:
      jobConfigSchemaVersion - The version of the schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobConfigSchema

      DescribeJobSchemaVersionResponse.Builder jobConfigSchema(String jobConfigSchema)

      The JSON schema document that defines the structure of the job configuration.

      Parameters:
      jobConfigSchema - The JSON schema document that defines the structure of the job configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.