Interface DeploymentSummary.Builder

  • Method Details

    • applicationId

      DeploymentSummary.Builder applicationId(String applicationId)

      The unique identifier of the application.

      Parameters:
      applicationId - The unique identifier of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationVersion

      DeploymentSummary.Builder applicationVersion(Integer applicationVersion)

      The version of the application.

      Parameters:
      applicationVersion - The version of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      DeploymentSummary.Builder creationTime(Instant creationTime)

      The timestamp when the deployment was created.

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

      DeploymentSummary.Builder deploymentId(String deploymentId)

      The unique identifier of the deployment.

      Parameters:
      deploymentId - The unique identifier of the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentId

      DeploymentSummary.Builder environmentId(String environmentId)

      The unique identifier of the runtime environment.

      Parameters:
      environmentId - The unique identifier of the runtime environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the deployment.

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

      The current status of the deployment.

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

      DeploymentSummary.Builder statusReason(String statusReason)

      The reason for the reported status.

      Parameters:
      statusReason - The reason for the reported status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.