Interface DeleteDatasetResponse.Builder

  • Method Details

    • dataset

      A collection of data for an identity pool. An identity pool can have multiple datasets. A dataset is per identity and 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 - A collection of data for an identity pool. An identity pool can have multiple datasets. A dataset is per identity and 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

      A collection of data for an identity pool. An identity pool can have multiple datasets. A dataset is per identity and 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: