Interface RegisteredUserDashboardFeatureConfigurations.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,,RegisteredUserDashboardFeatureConfigurations> SdkBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,,RegisteredUserDashboardFeatureConfigurations> SdkPojo
- Enclosing class:
RegisteredUserDashboardFeatureConfigurations
-
Method Summary
Modifier and TypeMethodDescriptionamazonQInQuickSight(Consumer<AmazonQInQuickSightDashboardConfigurations.Builder> amazonQInQuickSight) The Amazon Q configurations of an embedded Amazon Quick Sight dashboard.amazonQInQuickSight(AmazonQInQuickSightDashboardConfigurations amazonQInQuickSight) The Amazon Q configurations of an embedded Amazon Quick Sight dashboard.bookmarks(Consumer<BookmarksConfigurations.Builder> bookmarks) The bookmarks configuration for an embedded dashboard in Amazon Quick Sight.bookmarks(BookmarksConfigurations bookmarks) The bookmarks configuration for an embedded dashboard in Amazon Quick Sight.recentSnapshots(Consumer<RecentSnapshotsConfigurations.Builder> recentSnapshots) The recent snapshots configuration for an Quick Sight embedded dashboardrecentSnapshots(RecentSnapshotsConfigurations recentSnapshots) The recent snapshots configuration for an Quick Sight embedded dashboardschedules(Consumer<SchedulesConfigurations.Builder> schedules) The schedules configuration for an embedded Quick Sight dashboard.schedules(SchedulesConfigurations schedules) The schedules configuration for an embedded Quick Sight dashboard.sharedView(Consumer<SharedViewConfigurations.Builder> sharedView) The shared view settings of an embedded dashboard.sharedView(SharedViewConfigurations sharedView) The shared view settings of an embedded dashboard.statePersistence(Consumer<StatePersistenceConfigurations.Builder> statePersistence) The state persistence settings of an embedded dashboard.statePersistence(StatePersistenceConfigurations statePersistence) The state persistence settings of an embedded dashboard.thresholdAlerts(Consumer<ThresholdAlertsConfigurations.Builder> thresholdAlerts) The threshold alerts configuration for an Quick Sight embedded dashboard.thresholdAlerts(ThresholdAlertsConfigurations thresholdAlerts) The threshold alerts configuration for an Quick Sight embedded dashboard.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
-
statePersistence
RegisteredUserDashboardFeatureConfigurations.Builder statePersistence(StatePersistenceConfigurations statePersistence) The state persistence settings of an embedded dashboard.
- Parameters:
statePersistence- The state persistence settings of an embedded dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statePersistence
default RegisteredUserDashboardFeatureConfigurations.Builder statePersistence(Consumer<StatePersistenceConfigurations.Builder> statePersistence) The state persistence settings of an embedded dashboard.
This is a convenience method that creates an instance of theStatePersistenceConfigurations.Builderavoiding the need to create one manually viaStatePersistenceConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatePersistence(StatePersistenceConfigurations).- Parameters:
statePersistence- a consumer that will call methods onStatePersistenceConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bookmarks
The bookmarks configuration for an embedded dashboard in Amazon Quick Sight.
- Parameters:
bookmarks- The bookmarks configuration for an embedded dashboard in Amazon Quick Sight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bookmarks
default RegisteredUserDashboardFeatureConfigurations.Builder bookmarks(Consumer<BookmarksConfigurations.Builder> bookmarks) The bookmarks configuration for an embedded dashboard in Amazon Quick Sight.
This is a convenience method that creates an instance of theBookmarksConfigurations.Builderavoiding the need to create one manually viaBookmarksConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobookmarks(BookmarksConfigurations).- Parameters:
bookmarks- a consumer that will call methods onBookmarksConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
amazonQInQuickSight
RegisteredUserDashboardFeatureConfigurations.Builder amazonQInQuickSight(AmazonQInQuickSightDashboardConfigurations amazonQInQuickSight) The Amazon Q configurations of an embedded Amazon Quick Sight dashboard.
- Parameters:
amazonQInQuickSight- The Amazon Q configurations of an embedded Amazon Quick Sight dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amazonQInQuickSight
default RegisteredUserDashboardFeatureConfigurations.Builder amazonQInQuickSight(Consumer<AmazonQInQuickSightDashboardConfigurations.Builder> amazonQInQuickSight) The Amazon Q configurations of an embedded Amazon Quick Sight dashboard.
This is a convenience method that creates an instance of theAmazonQInQuickSightDashboardConfigurations.Builderavoiding the need to create one manually viaAmazonQInQuickSightDashboardConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toamazonQInQuickSight(AmazonQInQuickSightDashboardConfigurations).- Parameters:
amazonQInQuickSight- a consumer that will call methods onAmazonQInQuickSightDashboardConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schedules
The schedules configuration for an embedded Quick Sight dashboard.
- Parameters:
schedules- The schedules configuration for an embedded Quick Sight dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedules
default RegisteredUserDashboardFeatureConfigurations.Builder schedules(Consumer<SchedulesConfigurations.Builder> schedules) The schedules configuration for an embedded Quick Sight dashboard.
This is a convenience method that creates an instance of theSchedulesConfigurations.Builderavoiding the need to create one manually viaSchedulesConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschedules(SchedulesConfigurations).- Parameters:
schedules- a consumer that will call methods onSchedulesConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recentSnapshots
RegisteredUserDashboardFeatureConfigurations.Builder recentSnapshots(RecentSnapshotsConfigurations recentSnapshots) The recent snapshots configuration for an Quick Sight embedded dashboard
- Parameters:
recentSnapshots- The recent snapshots configuration for an Quick Sight embedded dashboard- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recentSnapshots
default RegisteredUserDashboardFeatureConfigurations.Builder recentSnapshots(Consumer<RecentSnapshotsConfigurations.Builder> recentSnapshots) The recent snapshots configuration for an Quick Sight embedded dashboard
This is a convenience method that creates an instance of theRecentSnapshotsConfigurations.Builderavoiding the need to create one manually viaRecentSnapshotsConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torecentSnapshots(RecentSnapshotsConfigurations).- Parameters:
recentSnapshots- a consumer that will call methods onRecentSnapshotsConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
thresholdAlerts
RegisteredUserDashboardFeatureConfigurations.Builder thresholdAlerts(ThresholdAlertsConfigurations thresholdAlerts) The threshold alerts configuration for an Quick Sight embedded dashboard.
- Parameters:
thresholdAlerts- The threshold alerts configuration for an Quick Sight embedded dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thresholdAlerts
default RegisteredUserDashboardFeatureConfigurations.Builder thresholdAlerts(Consumer<ThresholdAlertsConfigurations.Builder> thresholdAlerts) The threshold alerts configuration for an Quick Sight embedded dashboard.
This is a convenience method that creates an instance of theThresholdAlertsConfigurations.Builderavoiding the need to create one manually viaThresholdAlertsConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tothresholdAlerts(ThresholdAlertsConfigurations).- Parameters:
thresholdAlerts- a consumer that will call methods onThresholdAlertsConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-