Interface UpdateProjectResponse.Builder

    • Method Detail

      • createdAt

        UpdateProjectResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the project was created.

        Parameters:
        createdAt - The timestamp of when the project was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        UpdateProjectResponse.Builder createdBy​(String createdBy)

        The Amazon DataZone user who created the project.

        Parameters:
        createdBy - The Amazon DataZone user who created the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateProjectResponse.Builder description​(String description)

        The description of the project that is to be updated.

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

        UpdateProjectResponse.Builder domainId​(String domainId)

        The identifier of the Amazon DataZone domain in which a project is updated.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which a project is updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReasons

        UpdateProjectResponse.Builder failureReasons​(Collection<ProjectDeletionError> failureReasons)

        Reasons for failed project deletion

        Parameters:
        failureReasons - Reasons for failed project deletion
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReasons

        UpdateProjectResponse.Builder failureReasons​(ProjectDeletionError... failureReasons)

        Reasons for failed project deletion

        Parameters:
        failureReasons - Reasons for failed project deletion
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glossaryTerms

        UpdateProjectResponse.Builder glossaryTerms​(Collection<String> glossaryTerms)

        The glossary terms of the project that are to be updated.

        Parameters:
        glossaryTerms - The glossary terms of the project that are to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glossaryTerms

        UpdateProjectResponse.Builder glossaryTerms​(String... glossaryTerms)

        The glossary terms of the project that are to be updated.

        Parameters:
        glossaryTerms - The glossary terms of the project that are to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        UpdateProjectResponse.Builder id​(String id)

        The identifier of the project that is to be updated.

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

        UpdateProjectResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp of when the project was last updated.

        Parameters:
        lastUpdatedAt - The timestamp of when the project was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateProjectResponse.Builder name​(String name)

        The name of the project that is to be updated.

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