Interface ProjectDescription.Builder

    • Method Detail

      • projectArn

        ProjectDescription.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

        ProjectDescription.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

        ProjectDescription.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.
      • datasets

        ProjectDescription.Builder datasets​(Collection<DatasetMetadata> datasets)

        A list of datasets in the project.

        Parameters:
        datasets - A list of datasets in the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasets

        ProjectDescription.Builder datasets​(DatasetMetadata... datasets)

        A list of datasets in the project.

        Parameters:
        datasets - A list of datasets in the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.