Interface ProjectSummary.Builder

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

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

    • id

      The ID of the project.

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

      The name of the project.

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

      ProjectSummary.Builder description(String description)

      The project's description.

      Parameters:
      description - The project's description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDate

      ProjectSummary.Builder creationDate(Instant creationDate)

      The date the project was created, in Unix epoch time.

      Parameters:
      creationDate - The date the project was created, in Unix epoch time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdateDate

      ProjectSummary.Builder lastUpdateDate(Instant lastUpdateDate)

      The date the project was last updated, in Unix epoch time.

      Parameters:
      lastUpdateDate - The date the project was last updated, in Unix epoch time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.