public static interface SnapshotUserConfigurationRedacted.Builder extends SdkPojo, CopyableBuilder<SnapshotUserConfigurationRedacted.Builder,SnapshotUserConfigurationRedacted>
| Modifier and Type | Method and Description |
|---|---|
SnapshotUserConfigurationRedacted.Builder |
anonymousUsers(Collection<SnapshotAnonymousUserRedacted> anonymousUsers)
An array of records that describe anonymous users that the dashboard snapshot is generated for.
|
SnapshotUserConfigurationRedacted.Builder |
anonymousUsers(Consumer<SnapshotAnonymousUserRedacted.Builder>... anonymousUsers)
An array of records that describe anonymous users that the dashboard snapshot is generated for.
|
SnapshotUserConfigurationRedacted.Builder |
anonymousUsers(SnapshotAnonymousUserRedacted... anonymousUsers)
An array of records that describe anonymous users that the dashboard snapshot is generated for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotUserConfigurationRedacted.Builder anonymousUsers(Collection<SnapshotAnonymousUserRedacted> anonymousUsers)
An array of records that describe anonymous users that the dashboard snapshot is generated for. Sensitive user information is excluded.
anonymousUsers - An array of records that describe anonymous users that the dashboard snapshot is generated for.
Sensitive user information is excluded.SnapshotUserConfigurationRedacted.Builder anonymousUsers(SnapshotAnonymousUserRedacted... anonymousUsers)
An array of records that describe anonymous users that the dashboard snapshot is generated for. Sensitive user information is excluded.
anonymousUsers - An array of records that describe anonymous users that the dashboard snapshot is generated for.
Sensitive user information is excluded.SnapshotUserConfigurationRedacted.Builder anonymousUsers(Consumer<SnapshotAnonymousUserRedacted.Builder>... anonymousUsers)
An array of records that describe anonymous users that the dashboard snapshot is generated for. Sensitive user information is excluded.
This is a convenience method that creates an instance of theSnapshotAnonymousUserRedacted.Builder avoiding the
need to create one manually via
SnapshotAnonymousUserRedacted.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
SnapshotAnonymousUserRedacted.Builder#anonymousUsers(java.util.Collection) Copyright © 2023. All rights reserved.