Interface DataSetReference.Builder

    • Method Detail

      • datasetArn

        DataSetReference.Builder datasetArn​(String datasetArn)

        The ARN of the dataset. The format is arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.

        Parameters:
        datasetArn - The ARN of the dataset. The format is arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • source

        DataSetReference.Builder source​(Source source)

        The data source for the dataset.

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