Interface GetDeploymentStatusResponse.Builder

    • Method Detail

      • deploymentStatus

        GetDeploymentStatusResponse.Builder deploymentStatus​(String deploymentStatus)
        The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
        Parameters:
        deploymentStatus - The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorDetails

        GetDeploymentStatusResponse.Builder errorDetails​(ErrorDetail... errorDetails)
        Error details
        Parameters:
        errorDetails - Error details
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        GetDeploymentStatusResponse.Builder errorMessage​(String errorMessage)
        Error message
        Parameters:
        errorMessage - Error message
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        GetDeploymentStatusResponse.Builder updatedAt​(String updatedAt)
        The time, in milliseconds since the epoch, when the deployment status was updated.
        Parameters:
        updatedAt - The time, in milliseconds since the epoch, when the deployment status was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.