Interface DeploymentDataSummary.Builder

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

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

    • 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

      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

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

      The status of the deployment.

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

      The status of the deployment.

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