public static interface SnapshotUserConfiguration.Builder extends SdkPojo, CopyableBuilder<SnapshotUserConfiguration.Builder,SnapshotUserConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SnapshotUserConfiguration.Builder |
anonymousUsers(Collection<SnapshotAnonymousUser> anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
|
SnapshotUserConfiguration.Builder |
anonymousUsers(Consumer<SnapshotAnonymousUser.Builder>... anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
|
SnapshotUserConfiguration.Builder |
anonymousUsers(SnapshotAnonymousUser... anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotUserConfiguration.Builder anonymousUsers(Collection<SnapshotAnonymousUser> anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
anonymousUsers - An array of records that describe the anonymous users that the dashboard snapshot is generated for.SnapshotUserConfiguration.Builder anonymousUsers(SnapshotAnonymousUser... anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
anonymousUsers - An array of records that describe the anonymous users that the dashboard snapshot is generated for.SnapshotUserConfiguration.Builder anonymousUsers(Consumer<SnapshotAnonymousUser.Builder>... anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
This is a convenience method that creates an instance of theSnapshotAnonymousUser.Builder avoiding the need to
create one manually via
SnapshotAnonymousUser.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #anonymousUsers(List.
anonymousUsers - a consumer that will call methods on
SnapshotAnonymousUser.Builder#anonymousUsers(java.util.Collection) Copyright © 2023. All rights reserved.