Interface RegisteredUserConsoleFeatureConfigurations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,RegisteredUserConsoleFeatureConfigurations>,SdkBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,RegisteredUserConsoleFeatureConfigurations>,SdkPojo
- Enclosing class:
- RegisteredUserConsoleFeatureConfigurations
@Mutable @NotThreadSafe public static interface RegisteredUserConsoleFeatureConfigurations.Builder extends SdkPojo, CopyableBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,RegisteredUserConsoleFeatureConfigurations>
-
-
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
RegisteredUserConsoleFeatureConfigurations.Builder statePersistence(StatePersistenceConfigurations statePersistence)
The state persistence configurations of an embedded QuickSight console.
- Parameters:
statePersistence- The state persistence configurations of an embedded QuickSight 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 QuickSight 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:
statePersistence(StatePersistenceConfigurations)
-
sharedView
RegisteredUserConsoleFeatureConfigurations.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 RegisteredUserConsoleFeatureConfigurations.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)
-
amazonQInQuickSight
RegisteredUserConsoleFeatureConfigurations.Builder amazonQInQuickSight(AmazonQInQuickSightConsoleConfigurations amazonQInQuickSight)
The Amazon Q configurations of an embedded QuickSight console.
- Parameters:
amazonQInQuickSight- The Amazon Q configurations of an embedded QuickSight 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 QuickSight 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:
amazonQInQuickSight(AmazonQInQuickSightConsoleConfigurations)
-
schedules
RegisteredUserConsoleFeatureConfigurations.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 RegisteredUserConsoleFeatureConfigurations.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
RegisteredUserConsoleFeatureConfigurations.Builder recentSnapshots(RecentSnapshotsConfigurations recentSnapshots)
The recent snapshots configuration for an embedded QuickSight dashboard.
- Parameters:
recentSnapshots- The recent snapshots configuration for an embedded QuickSight 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 QuickSight 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
RegisteredUserConsoleFeatureConfigurations.Builder thresholdAlerts(ThresholdAlertsConfigurations thresholdAlerts)
The threshold alerts configuration for an embedded QuickSight dashboard.
- Parameters:
thresholdAlerts- The threshold alerts configuration for an embedded QuickSight 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 QuickSight 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)
-
-