Interface DeploymentSummary.Builder

    • Method Detail

      • 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.
      • 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.