Interface RegisteredUserConsoleFeatureConfigurations.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,,RegisteredUserConsoleFeatureConfigurations> SdkBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,,RegisteredUserConsoleFeatureConfigurations> SdkPojo
- Enclosing class:
RegisteredUserConsoleFeatureConfigurations
-
Method Summary
Modifier and TypeMethodDescriptionamazonQInQuickSight(Consumer<AmazonQInQuickSightConsoleConfigurations.Builder> amazonQInQuickSight) The Amazon Q configurations of an embedded Amazon Quick Sight console.amazonQInQuickSight(AmazonQInQuickSightConsoleConfigurations amazonQInQuickSight) The Amazon Q configurations of an embedded Amazon Quick Sight console.recentSnapshots(Consumer<RecentSnapshotsConfigurations.Builder> recentSnapshots) The recent snapshots configuration for an embedded Quick Sight dashboard.recentSnapshots(RecentSnapshotsConfigurations recentSnapshots) The recent snapshots configuration for an embedded Quick Sight dashboard.schedules(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 configurations of an embedded Amazon Quick Sight console.statePersistence(StatePersistenceConfigurations statePersistence) The state persistence configurations of an embedded Amazon Quick Sight console.thresholdAlerts(Consumer<ThresholdAlertsConfigurations.Builder> thresholdAlerts) The threshold alerts configuration for an embedded Quick Sight dashboard.thresholdAlerts(ThresholdAlertsConfigurations thresholdAlerts) The threshold alerts configuration for an embedded Quick Sight 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
RegisteredUserConsoleFeatureConfigurations.Builder statePersistence(StatePersistenceConfigurations statePersistence) The state persistence configurations of an embedded Amazon Quick Sight console.
- Parameters:
statePersistence- The state persistence configurations of an embedded Amazon Quick Sight console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statePersistence
default RegisteredUserConsoleFeatureConfigurations.Builder statePersistence(Consumer<StatePersistenceConfigurations.Builder> statePersistence) The state persistence configurations of an embedded Amazon Quick Sight console.
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:
-
amazonQInQuickSight
RegisteredUserConsoleFeatureConfigurations.Builder amazonQInQuickSight(AmazonQInQuickSightConsoleConfigurations amazonQInQuickSight) The Amazon Q configurations of an embedded Amazon Quick Sight console.
- Parameters:
amazonQInQuickSight- The Amazon Q configurations of an embedded Amazon Quick Sight console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amazonQInQuickSight
default RegisteredUserConsoleFeatureConfigurations.Builder amazonQInQuickSight(Consumer<AmazonQInQuickSightConsoleConfigurations.Builder> amazonQInQuickSight) The Amazon Q configurations of an embedded Amazon Quick Sight console.
This is a convenience method that creates an instance of theAmazonQInQuickSightConsoleConfigurations.Builderavoiding the need to create one manually viaAmazonQInQuickSightConsoleConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toamazonQInQuickSight(AmazonQInQuickSightConsoleConfigurations).- Parameters:
amazonQInQuickSight- a consumer that will call methods onAmazonQInQuickSightConsoleConfigurations.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 RegisteredUserConsoleFeatureConfigurations.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
RegisteredUserConsoleFeatureConfigurations.Builder recentSnapshots(RecentSnapshotsConfigurations recentSnapshots) The recent snapshots configuration for an embedded Quick Sight dashboard.
- Parameters:
recentSnapshots- The recent snapshots configuration for an embedded Quick Sight dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recentSnapshots
default RegisteredUserConsoleFeatureConfigurations.Builder recentSnapshots(Consumer<RecentSnapshotsConfigurations.Builder> recentSnapshots) The recent snapshots configuration for an embedded Quick Sight 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
RegisteredUserConsoleFeatureConfigurations.Builder thresholdAlerts(ThresholdAlertsConfigurations thresholdAlerts) The threshold alerts configuration for an embedded Quick Sight dashboard.
- Parameters:
thresholdAlerts- The threshold alerts configuration for an embedded Quick Sight dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thresholdAlerts
default RegisteredUserConsoleFeatureConfigurations.Builder thresholdAlerts(Consumer<ThresholdAlertsConfigurations.Builder> thresholdAlerts) The threshold alerts configuration for an embedded Quick Sight 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:
-