Interface RegisteredUserDashboardFeatureConfigurations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,RegisteredUserDashboardFeatureConfigurations>,SdkBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,RegisteredUserDashboardFeatureConfigurations>,SdkPojo
- Enclosing class:
- RegisteredUserDashboardFeatureConfigurations
@Mutable @NotThreadSafe public static interface RegisteredUserDashboardFeatureConfigurations.Builder extends SdkPojo, CopyableBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,RegisteredUserDashboardFeatureConfigurations>
-
-
Method Summary
-
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
-
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:
statePersistence(StatePersistenceConfigurations)
-
sharedView
RegisteredUserDashboardFeatureConfigurations.Builder sharedView(SharedViewConfigurations sharedView)
The shared view settings of an embedded dashboard.
- Parameters:
sharedView- The shared view settings of an embedded dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedView
default RegisteredUserDashboardFeatureConfigurations.Builder sharedView(Consumer<SharedViewConfigurations.Builder> sharedView)
The shared view settings of an embedded dashboard.
This is a convenience method that creates an instance of theSharedViewConfigurations.Builderavoiding the need to create one manually viaSharedViewConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosharedView(SharedViewConfigurations).- Parameters:
sharedView- a consumer that will call methods onSharedViewConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sharedView(SharedViewConfigurations)
-
bookmarks
RegisteredUserDashboardFeatureConfigurations.Builder bookmarks(BookmarksConfigurations bookmarks)
The bookmarks configuration for an embedded dashboard in QuickSight.
- Parameters:
bookmarks- The bookmarks configuration for an embedded dashboard in QuickSight.- 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 QuickSight.
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:
bookmarks(BookmarksConfigurations)
-
amazonQInQuickSight
RegisteredUserDashboardFeatureConfigurations.Builder amazonQInQuickSight(AmazonQInQuickSightDashboardConfigurations amazonQInQuickSight)
The Amazon Q configurations of an embedded QuickSight dashboard.
- Parameters:
amazonQInQuickSight- The Amazon Q configurations of an embedded QuickSight 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 QuickSight 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:
amazonQInQuickSight(AmazonQInQuickSightDashboardConfigurations)
-
schedules
RegisteredUserDashboardFeatureConfigurations.Builder schedules(SchedulesConfigurations schedules)
The schedules configuration for an embedded QuickSight dashboard.
- Parameters:
schedules- The schedules configuration for an embedded QuickSight 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 QuickSight 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:
schedules(SchedulesConfigurations)
-
recentSnapshots
RegisteredUserDashboardFeatureConfigurations.Builder recentSnapshots(RecentSnapshotsConfigurations recentSnapshots)
The recent snapshots configuration for an QuickSight embedded dashboard
- Parameters:
recentSnapshots- The recent snapshots configuration for an QuickSight 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 QuickSight 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:
recentSnapshots(RecentSnapshotsConfigurations)
-
thresholdAlerts
RegisteredUserDashboardFeatureConfigurations.Builder thresholdAlerts(ThresholdAlertsConfigurations thresholdAlerts)
The threshold alerts configuration for an QuickSight embedded dashboard.
- Parameters:
thresholdAlerts- The threshold alerts configuration for an QuickSight 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 QuickSight 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:
thresholdAlerts(ThresholdAlertsConfigurations)
-
-