Interface DatasetSummary.Builder

    • Method Detail

      • datasetName

        DatasetSummary.Builder datasetName​(String datasetName)

        The name of the dataset.

        Parameters:
        datasetName - 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 specified dataset.

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

        DatasetSummary.Builder status​(String status)

        Indicates the status of the dataset.

        Parameters:
        status - Indicates the status of the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetStatus, DatasetStatus
      • createdAt

        DatasetSummary.Builder createdAt​(Instant createdAt)

        The time at which the dataset was created in Amazon Lookout for Equipment.

        Parameters:
        createdAt - The time at which the dataset was created in Amazon Lookout for Equipment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.