Interface DatasetSummary.Builder

    • Method Detail

      • id

        DatasetSummary.Builder id​(String id)

        The ID of the dataset.

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

        DatasetSummary.Builder arn​(String arn)

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

        Parameters:
        arn - 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.
      • 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.
      • description

        DatasetSummary.Builder description​(String description)

        A description about the dataset, and its functionality.

        Parameters:
        description - A description about the dataset, and its functionality.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        DatasetSummary.Builder creationDate​(Instant creationDate)

        The dataset creation date, in Unix epoch time.

        Parameters:
        creationDate - The dataset creation date, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateDate

        DatasetSummary.Builder lastUpdateDate​(Instant lastUpdateDate)

        The date the dataset was last updated, in Unix epoch time.

        Parameters:
        lastUpdateDate - The date the dataset was last updated, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DatasetSummary.Builder status​(DatasetStatus status)

        The status of the dataset. This contains the state and any error messages. The state is ACTIVE when ready to use.

        Parameters:
        status - The status of the dataset. This contains the state and any error messages. The state is ACTIVE when ready to use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.