Interface EnvironmentDetailsEntity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EnvironmentDetailsEntity.Builder,EnvironmentDetailsEntity>, SdkBuilder<EnvironmentDetailsEntity.Builder,EnvironmentDetailsEntity>, SdkPojo
Enclosing class:
EnvironmentDetailsEntity

public static interface EnvironmentDetailsEntity.Builder extends SdkPojo, CopyableBuilder<EnvironmentDetailsEntity.Builder,EnvironmentDetailsEntity>
  • Method Details

    • 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

      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

      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.