Interface Deployment.Builder

    • Method Detail

      • autoDeployed

        Deployment.Builder autoDeployed​(Boolean autoDeployed)

        Specifies whether a deployment was automatically released.

        Parameters:
        autoDeployed - Specifies whether a deployment was automatically released.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdDate

        Deployment.Builder createdDate​(Instant createdDate)

        The date and time when the Deployment resource was created.

        Parameters:
        createdDate - The date and time when the Deployment resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentId

        Deployment.Builder deploymentId​(String deploymentId)

        The identifier for the deployment.

        Parameters:
        deploymentId - The identifier for the deployment.
        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 deployment: PENDING, FAILED, or SUCCEEDED.

        Parameters:
        deploymentStatus - The status of the deployment: PENDING, FAILED, or SUCCEEDED.
        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 deployment: PENDING, FAILED, or SUCCEEDED.

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

        Deployment.Builder deploymentStatusMessage​(String deploymentStatusMessage)

        May contain additional feedback on the status of an API deployment.

        Parameters:
        deploymentStatusMessage - May contain additional feedback on the status of an API deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Deployment.Builder description​(String description)

        The description for the deployment.

        Parameters:
        description - The description for the deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.