Interface DatasetSummary.Builder

    • Method Detail

      • name

        DatasetSummary.Builder name​(String name)

        The name of the dataset.

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

        DatasetSummary.Builder datasetArn​(String datasetArn)

        The Amazon Resource Name (ARN) of the dataset.

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

        DatasetSummary.Builder datasetType​(String datasetType)

        The dataset type. One of the following values:

        • Interactions

        • Items

        • Users

        • Event-Interactions

        Parameters:
        datasetType - The dataset type. One of the following values:

        • Interactions

        • Items

        • Users

        • Event-Interactions

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

        DatasetSummary.Builder status​(String status)

        The status of the dataset.

        A dataset can be in one of the following states:

        • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

        • DELETE PENDING > DELETE IN_PROGRESS

        Parameters:
        status - The status of the dataset.

        A dataset can be in one of the following states:

        • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

        • DELETE PENDING > DELETE IN_PROGRESS

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

        DatasetSummary.Builder creationDateTime​(Instant creationDateTime)

        The date and time (in Unix time) that the dataset was created.

        Parameters:
        creationDateTime - The date and time (in Unix time) that the dataset was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        DatasetSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time (in Unix time) that the dataset was last updated.

        Parameters:
        lastUpdatedDateTime - The date and time (in Unix time) that the dataset was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.