Interface RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder,RegisteredUserQuickSightConsoleEmbeddingConfiguration>,SdkBuilder<RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder,RegisteredUserQuickSightConsoleEmbeddingConfiguration>,SdkPojo
- Enclosing class:
- RegisteredUserQuickSightConsoleEmbeddingConfiguration
@Mutable @NotThreadSafe public static interface RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder,RegisteredUserQuickSightConsoleEmbeddingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RegisteredUserQuickSightConsoleEmbeddingConfiguration.BuilderfeatureConfigurations(Consumer<RegisteredUserConsoleFeatureConfigurations.Builder> featureConfigurations)The embedding configuration of an embedded QuickSight console.RegisteredUserQuickSightConsoleEmbeddingConfiguration.BuilderfeatureConfigurations(RegisteredUserConsoleFeatureConfigurations featureConfigurations)The embedding configuration of an embedded QuickSight console.RegisteredUserQuickSightConsoleEmbeddingConfiguration.BuilderinitialPath(String initialPath)The initial URL path for the QuickSight console.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
initialPath
RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder initialPath(String initialPath)
The initial URL path for the QuickSight 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 QuickSight console URL of the dashboard. -
/analyses/AnalysisId. AnalysisId is the actual ID key from the QuickSight console URL of the analysis.
- Parameters:
initialPath- The initial URL path for the QuickSight 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 QuickSight console URL of the dashboard. -
/analyses/AnalysisId. AnalysisId is the actual ID key from the QuickSight 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 QuickSight console.
- Parameters:
featureConfigurations- The embedding configuration of an embedded QuickSight 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 QuickSight 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:
featureConfigurations(RegisteredUserConsoleFeatureConfigurations)
-
-