public static interface RegisteredUserDashboardEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<RegisteredUserDashboardEmbeddingConfiguration.Builder,RegisteredUserDashboardEmbeddingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default RegisteredUserDashboardEmbeddingConfiguration.Builder |
featureConfigurations(Consumer<RegisteredUserDashboardFeatureConfigurations.Builder> featureConfigurations)
The feature configurations of an embbedded Amazon QuickSight dashboard.
|
RegisteredUserDashboardEmbeddingConfiguration.Builder |
featureConfigurations(RegisteredUserDashboardFeatureConfigurations featureConfigurations)
The feature configurations of an embbedded Amazon QuickSight dashboard.
|
RegisteredUserDashboardEmbeddingConfiguration.Builder |
initialDashboardId(String initialDashboardId)
The dashboard ID for the dashboard that you want the user to see first.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisteredUserDashboardEmbeddingConfiguration.Builder initialDashboardId(String initialDashboardId)
The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
initialDashboardId - The dashboard ID for the dashboard that you want the user to see first. This ID is included in the
output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user
has permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
RegisteredUserDashboardEmbeddingConfiguration.Builder featureConfigurations(RegisteredUserDashboardFeatureConfigurations featureConfigurations)
The feature configurations of an embbedded Amazon QuickSight dashboard.
featureConfigurations - The feature configurations of an embbedded Amazon QuickSight dashboard.default RegisteredUserDashboardEmbeddingConfiguration.Builder featureConfigurations(Consumer<RegisteredUserDashboardFeatureConfigurations.Builder> featureConfigurations)
The feature configurations of an embbedded Amazon QuickSight dashboard.
This is a convenience method that creates an instance of theRegisteredUserDashboardFeatureConfigurations.Builder avoiding the need to create one manually via
RegisteredUserDashboardFeatureConfigurations.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
featureConfigurations(RegisteredUserDashboardFeatureConfigurations).
featureConfigurations - a consumer that will call methods on RegisteredUserDashboardFeatureConfigurations.BuilderfeatureConfigurations(RegisteredUserDashboardFeatureConfigurations)Copyright © 2023. All rights reserved.