Interface EnvironmentDetailsEntity.Builder

    • Method Detail

      • environmentId

        EnvironmentDetailsEntity.Builder environmentId​(String environmentId)

        The environment ID.

        Parameters:
        environmentId - The environment ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        EnvironmentDetailsEntity.Builder jobId​(String jobId)

        The job ID.

        Parameters:
        jobId - The job ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaVersion

        EnvironmentDetailsEntity.Builder schemaVersion​(String schemaVersion)

        The schema version in the environment.

        Parameters:
        schemaVersion - The schema version in the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • template

        EnvironmentDetailsEntity.Builder template​(Document template)

        The template used for the environment.

        Parameters:
        template - The template used for the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.