Interface CreateDatasetRequest.Builder

    • Method Detail

      • name

        CreateDatasetRequest.Builder name​(String name)

        The name for the dataset.

        Parameters:
        name - The name for the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaArn

        CreateDatasetRequest.Builder schemaArn​(String schemaArn)

        The ARN of the schema to associate with the dataset. The schema defines the dataset fields.

        Parameters:
        schemaArn - The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetGroupArn

        CreateDatasetRequest.Builder datasetGroupArn​(String datasetGroupArn)

        The Amazon Resource Name (ARN) of the dataset group to add the dataset to.

        Parameters:
        datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetType

        CreateDatasetRequest.Builder datasetType​(String datasetType)

        The type of dataset.

        One of the following (case insensitive) values:

        • Interactions

        • Items

        • Users

        • Actions

        • Action_Interactions

        Parameters:
        datasetType - The type of dataset.

        One of the following (case insensitive) values:

        • Interactions

        • Items

        • Users

        • Actions

        • Action_Interactions

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDatasetRequest.Builder tags​(Collection<Tag> tags)

        A list of tags to apply to the dataset.

        Parameters:
        tags - A list of tags to apply to the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDatasetRequest.Builder tags​(Tag... tags)

        A list of tags to apply to the dataset.

        Parameters:
        tags - A list of tags to apply to the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.