Interface JobEngineVersion.Builder

    • Method Detail

      • expirationDate

        JobEngineVersion.Builder expirationDate​(Instant expirationDate)
        The date that this Job engine version expires. Requests to create jobs with an expired version result in a regular job, as if no specific Job engine version was requested.
        Parameters:
        expirationDate - The date that this Job engine version expires. Requests to create jobs with an expired version result in a regular job, as if no specific Job engine version was requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        JobEngineVersion.Builder version​(String version)
        Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions are in a YYYY-MM-DD format.
        Parameters:
        version - Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions are in a YYYY-MM-DD format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.