| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotUserConfiguration.Builder |
SnapshotUserConfiguration.Builder.anonymousUsers(Collection<SnapshotAnonymousUser> anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
|
SnapshotUserConfiguration.Builder |
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 |
SnapshotUserConfiguration.Builder.anonymousUsers(SnapshotAnonymousUser... anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
|
static SnapshotUserConfiguration.Builder |
SnapshotUserConfiguration.builder() |
SnapshotUserConfiguration.Builder |
SnapshotUserConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotUserConfiguration.Builder> |
SnapshotUserConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.userConfiguration(Consumer<SnapshotUserConfiguration.Builder> userConfiguration)
A structure that contains information about the anonymous users that the generated snapshot is for.
|
Copyright © 2023. All rights reserved.