Interface DataSetReference.Builder

  • Method Details

    • 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

      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.
    • source

      The data source for the dataset.

      This is a convenience method that creates an instance of the Source.Builder avoiding the need to create one manually via Source.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to source(Source).

      Parameters:
      source - a consumer that will call methods on Source.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: