Interface CreateDatasetResponse.Builder

    • Method Detail

      • datasetId

        CreateDatasetResponse.Builder datasetId​(String datasetId)

        The ID of the dataset.

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

        CreateDatasetResponse.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.
      • datasetStatus

        CreateDatasetResponse.Builder datasetStatus​(DatasetStatus datasetStatus)

        The status of the dataset. This contains the state and any error messages. State is CREATING after a successfull call to this API, and any associated error message. The state is ACTIVE when ready to use.

        Parameters:
        datasetStatus - The status of the dataset. This contains the state and any error messages. State is CREATING after a successfull call to this API, and any associated error message. The state is ACTIVE when ready to use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.