Interface DeploymentEventDataSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeploymentEventDataSummary.Builder,DeploymentEventDataSummary>, SdkBuilder<DeploymentEventDataSummary.Builder,DeploymentEventDataSummary>, SdkPojo
Enclosing class:
DeploymentEventDataSummary

public static interface DeploymentEventDataSummary.Builder extends SdkPojo, CopyableBuilder<DeploymentEventDataSummary.Builder,DeploymentEventDataSummary>
  • Method Details

    • 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

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

      The status of the deployment event.

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

      The status of the deployment event.

      Parameters:
      status - The status of the deployment event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.