Interface DeploymentEventDataSummary.Builder

    • Method Detail

      • description

        DeploymentEventDataSummary.Builder description​(String description)

        The description of the deployment event.

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

        DeploymentEventDataSummary.Builder name​(String name)

        The name of the deployment event.

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

        DeploymentEventDataSummary.Builder statusReason​(String statusReason)

        The reason of the deployment event status.

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

        DeploymentEventDataSummary.Builder timestamp​(Instant timestamp)

        The timestamp of the deployment event.

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