Interface CreateProjectRequest.Builder

    • Method Detail

      • description

        CreateProjectRequest.Builder description​(String description)

        The description of the Amazon DataZone project.

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

        CreateProjectRequest.Builder domainIdentifier​(String domainIdentifier)

        The ID of the Amazon DataZone domain in which this project is created.

        Parameters:
        domainIdentifier - The ID of the Amazon DataZone domain in which this project is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glossaryTerms

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

        The glossary terms that can be used in this Amazon DataZone project.

        Parameters:
        glossaryTerms - The glossary terms that can be used in this Amazon DataZone project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glossaryTerms

        CreateProjectRequest.Builder glossaryTerms​(String... glossaryTerms)

        The glossary terms that can be used in this Amazon DataZone project.

        Parameters:
        glossaryTerms - The glossary terms that can be used in this Amazon DataZone project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateProjectRequest.Builder name​(String name)

        The name of the Amazon DataZone project.

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