Interface NetworkMigrationDeployerJobDetails.Builder

  • Method Details

    • jobID

      The unique identifier of the deployer job.

      Parameters:
      jobID - The unique identifier of the deployer job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkMigrationExecutionID

      NetworkMigrationDeployerJobDetails.Builder networkMigrationExecutionID(String networkMigrationExecutionID)

      The unique identifier of the network migration execution.

      Parameters:
      networkMigrationExecutionID - The unique identifier of the network migration execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkMigrationDefinitionID

      NetworkMigrationDeployerJobDetails.Builder networkMigrationDefinitionID(String networkMigrationDefinitionID)

      The unique identifier of the network migration definition.

      Parameters:
      networkMigrationDefinitionID - The unique identifier of the network migration definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp when the job was created.

      Parameters:
      createdAt - The timestamp when the job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endedAt

      The timestamp when the job completed or failed.

      Parameters:
      endedAt - The timestamp when the job completed or failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the deployer job.

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

      The current status of the deployer job.

      Parameters:
      status - The current status of the deployer job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusDetails

      NetworkMigrationDeployerJobDetails.Builder statusDetails(String statusDetails)

      Detailed status information about the job.

      Parameters:
      statusDetails - Detailed status information about the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.