Interface ProjectInformation.Builder

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

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

    • name

      The name of the project in the space.

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

      ProjectInformation.Builder projectId(String projectId)

      The system-generated unique ID of the project.

      Parameters:
      projectId - The system-generated unique ID of the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.