public static interface RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder,RegisteredUserQuickSightConsoleEmbeddingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder |
featureConfigurations(Consumer<RegisteredUserConsoleFeatureConfigurations.Builder> featureConfigurations)
The embedding configuration of an embedded Amazon QuickSight console.
|
RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder |
featureConfigurations(RegisteredUserConsoleFeatureConfigurations featureConfigurations)
The embedding configuration of an embedded Amazon QuickSight console.
|
RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder |
initialPath(String initialPath)
The initial URL path for the Amazon QuickSight console.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder initialPath(String initialPath)
The initial URL path for the Amazon QuickSight console. InitialPath is required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId. DashboardId is the actual ID key from the Amazon QuickSight
console URL of the dashboard.
/analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight console
URL of the analysis.
initialPath - The initial URL path for the Amazon QuickSight console. InitialPath is required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId. DashboardId is the actual ID key from the Amazon
QuickSight console URL of the dashboard.
/analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight
console URL of the analysis.
RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder featureConfigurations(RegisteredUserConsoleFeatureConfigurations featureConfigurations)
The embedding configuration of an embedded Amazon QuickSight console.
featureConfigurations - The embedding configuration of an embedded Amazon QuickSight console.default RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder featureConfigurations(Consumer<RegisteredUserConsoleFeatureConfigurations.Builder> featureConfigurations)
The embedding configuration of an embedded Amazon QuickSight console.
This is a convenience method that creates an instance of theRegisteredUserConsoleFeatureConfigurations.Builder avoiding the need to create one manually via
RegisteredUserConsoleFeatureConfigurations.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
featureConfigurations(RegisteredUserConsoleFeatureConfigurations).
featureConfigurations - a consumer that will call methods on RegisteredUserConsoleFeatureConfigurations.BuilderfeatureConfigurations(RegisteredUserConsoleFeatureConfigurations)Copyright © 2023. All rights reserved.