Interface Deployment.Builder

    • Method Detail

      • deploymentId

        Deployment.Builder deploymentId​(String deploymentId)

        The identifier of the last deployment of the environment.

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

        Deployment.Builder deploymentStatus​(String deploymentStatus)

        The status of the last deployment of the environment.

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

        Deployment.Builder deploymentStatus​(DeploymentStatus deploymentStatus)

        The status of the last deployment of the environment.

        Parameters:
        deploymentStatus - The status of the last deployment of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentStatus, DeploymentStatus
      • deploymentType

        Deployment.Builder deploymentType​(String deploymentType)

        The type of the last deployment of the environment.

        Parameters:
        deploymentType - The type of the last deployment of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentType, DeploymentType
      • deploymentType

        Deployment.Builder deploymentType​(DeploymentType deploymentType)

        The type of the last deployment of the environment.

        Parameters:
        deploymentType - The type of the last deployment of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentType, DeploymentType
      • failureReason

        Deployment.Builder failureReason​(EnvironmentError failureReason)

        The failure reason of the last deployment of the environment.

        Parameters:
        failureReason - The failure reason of the last deployment of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDeploymentComplete

        Deployment.Builder isDeploymentComplete​(Boolean isDeploymentComplete)

        Specifies whether the last deployment of the environment is complete.

        Parameters:
        isDeploymentComplete - Specifies whether the last deployment of the environment is complete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messages

        Deployment.Builder messages​(Collection<String> messages)

        The messages of the last deployment of the environment.

        Parameters:
        messages - The messages of the last deployment of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messages

        Deployment.Builder messages​(String... messages)

        The messages of the last deployment of the environment.

        Parameters:
        messages - The messages of the last deployment of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.