Interface DeploymentDataSummary.Builder

    • Method Detail

      • createdAt

        DeploymentDataSummary.Builder createdAt​(Instant createdAt)

        The time the deployment was created.

        Parameters:
        createdAt - The time the deployment was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        DeploymentDataSummary.Builder id​(String id)

        The ID of the deployment.

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

        DeploymentDataSummary.Builder name​(String name)

        The name of the deployment

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

        DeploymentDataSummary.Builder patternName​(String patternName)

        The name of the workload deployment pattern.

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

        DeploymentDataSummary.Builder workloadName​(String workloadName)

        The name of the workload.

        Parameters:
        workloadName - The name of the workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.