Interface SnapshotJobResult.Builder

    • Method Detail

      • anonymousUsers

        SnapshotJobResult.Builder anonymousUsers​(Collection<AnonymousUserSnapshotJobResult> anonymousUsers)

        A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API call.

        Parameters:
        anonymousUsers - A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • anonymousUsers

        SnapshotJobResult.Builder anonymousUsers​(AnonymousUserSnapshotJobResult... anonymousUsers)

        A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API call.

        Parameters:
        anonymousUsers - A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.