Uses of Interface
software.amazon.awssdk.services.quicksight.model.SnapshotUserConfiguration.Builder
-
Packages that use SnapshotUserConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotUserConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SnapshotUserConfiguration.Builder Modifier and Type Method Description SnapshotUserConfiguration.BuilderSnapshotUserConfiguration.Builder. anonymousUsers(Collection<SnapshotAnonymousUser> anonymousUsers)An array of records that describe the anonymous users that the dashboard snapshot is generated for.SnapshotUserConfiguration.BuilderSnapshotUserConfiguration.Builder. anonymousUsers(Consumer<SnapshotAnonymousUser.Builder>... anonymousUsers)An array of records that describe the anonymous users that the dashboard snapshot is generated for.SnapshotUserConfiguration.BuilderSnapshotUserConfiguration.Builder. anonymousUsers(SnapshotAnonymousUser... anonymousUsers)An array of records that describe the anonymous users that the dashboard snapshot is generated for.static SnapshotUserConfiguration.BuilderSnapshotUserConfiguration. builder()SnapshotUserConfiguration.BuilderSnapshotUserConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotUserConfiguration.Builder Modifier and Type Method Description static Class<? extends SnapshotUserConfiguration.Builder>SnapshotUserConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotUserConfiguration.Builder Modifier and Type Method Description default StartDashboardSnapshotJobRequest.BuilderStartDashboardSnapshotJobRequest.Builder. userConfiguration(Consumer<SnapshotUserConfiguration.Builder> userConfiguration)A structure that contains information about the anonymous users that the generated snapshot is for.
-