Interface CreateProjectRequest.Builder

    • Method Detail

      • datasetName

        CreateProjectRequest.Builder datasetName​(String datasetName)

        The name of an existing dataset to associate this project with.

        Parameters:
        datasetName - The name of an existing dataset to associate this project with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateProjectRequest.Builder name​(String name)

        A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

        Parameters:
        name - A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recipeName

        CreateProjectRequest.Builder recipeName​(String recipeName)

        The name of an existing recipe to associate with the project.

        Parameters:
        recipeName - The name of an existing recipe to associate with the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sample

        CreateProjectRequest.Builder sample​(Sample sample)
        Sets the value of the Sample property for this object.
        Parameters:
        sample - The new value for the Sample property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        CreateProjectRequest.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateProjectRequest.Builder tags​(Map<String,​String> tags)

        Metadata tags to apply to this project.

        Parameters:
        tags - Metadata tags to apply to this project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.