Interface SnapshotUserConfiguration.Builder

    • Method Detail

      • anonymousUsers

        SnapshotUserConfiguration.Builder anonymousUsers​(Collection<SnapshotAnonymousUser> anonymousUsers)

        An array of records that describe the anonymous users that the dashboard snapshot is generated for.

        Parameters:
        anonymousUsers - An array of records that describe the anonymous users that the dashboard snapshot is generated for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • anonymousUsers

        SnapshotUserConfiguration.Builder anonymousUsers​(SnapshotAnonymousUser... anonymousUsers)

        An array of records that describe the anonymous users that the dashboard snapshot is generated for.

        Parameters:
        anonymousUsers - An array of records that describe the anonymous users that the dashboard snapshot is generated for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.