Interface RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder,,RegisteredUserQuickSightConsoleEmbeddingConfiguration> SdkBuilder<RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder,,RegisteredUserQuickSightConsoleEmbeddingConfiguration> SdkPojo
- Enclosing class:
RegisteredUserQuickSightConsoleEmbeddingConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionfeatureConfigurations(Consumer<RegisteredUserConsoleFeatureConfigurations.Builder> featureConfigurations) The embedding configuration of an embedded Amazon Quick Sight console.featureConfigurations(RegisteredUserConsoleFeatureConfigurations featureConfigurations) The embedding configuration of an embedded Amazon Quick Sight console.initialPath(String initialPath) The initial URL path for the Amazon Quick Sight console.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
initialPath
The initial URL path for the Amazon Quick Sight console.
InitialPathis 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 Quick Sight console URL of the dashboard. -
/analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon Quick Sight console URL of the analysis.
- Parameters:
initialPath- The initial URL path for the Amazon Quick Sight console.InitialPathis 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 Quick Sight console URL of the dashboard. -
/analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon Quick Sight console URL of the analysis.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
featureConfigurations
RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder featureConfigurations(RegisteredUserConsoleFeatureConfigurations featureConfigurations) The embedding configuration of an embedded Amazon Quick Sight console.
- Parameters:
featureConfigurations- The embedding configuration of an embedded Amazon Quick Sight console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureConfigurations
default RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder featureConfigurations(Consumer<RegisteredUserConsoleFeatureConfigurations.Builder> featureConfigurations) The embedding configuration of an embedded Amazon Quick Sight console.
This is a convenience method that creates an instance of theRegisteredUserConsoleFeatureConfigurations.Builderavoiding the need to create one manually viaRegisteredUserConsoleFeatureConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofeatureConfigurations(RegisteredUserConsoleFeatureConfigurations).- Parameters:
featureConfigurations- a consumer that will call methods onRegisteredUserConsoleFeatureConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-