Interface ProjectMetadata.Builder

  • Method Details

    • projectArn

      ProjectMetadata.Builder projectArn(String projectArn)

      The Amazon Resource Name (ARN) of the project.

      Parameters:
      projectArn - The Amazon Resource Name (ARN) of the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projectName

      ProjectMetadata.Builder projectName(String projectName)

      The name of the project.

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

      ProjectMetadata.Builder creationTimestamp(Instant creationTimestamp)

      The unix timestamp for the date and time that the project was created.

      Parameters:
      creationTimestamp - The unix timestamp for the date and time that the project was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.