Interface DescribeDatasetResponse.Builder

  • Method Details

    • dataset

      Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset can be general or associated with a particular entity in an application (like a saved game). Datasets are automatically created if they don't exist. Data is synced by dataset, and a dataset can hold up to 1MB of key-value pairs.
      Parameters:
      dataset - Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset can be general or associated with a particular entity in an application (like a saved game). Datasets are automatically created if they don't exist. Data is synced by dataset, and a dataset can hold up to 1MB of key-value pairs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataset

      Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset can be general or associated with a particular entity in an application (like a saved game). Datasets are automatically created if they don't exist. Data is synced by dataset, and a dataset can hold up to 1MB of key-value pairs. This is a convenience method that creates an instance of the Dataset.Builder avoiding the need to create one manually via Dataset.builder().

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

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