Interface RegisteredUserDashboardFeatureConfigurations.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,,RegisteredUserDashboardFeatureConfigurations> SdkBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,,RegisteredUserDashboardFeatureConfigurations> SdkPojo
- Enclosing class:
RegisteredUserDashboardFeatureConfigurations
public static interface RegisteredUserDashboardFeatureConfigurations.Builder
extends SdkPojo, CopyableBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,RegisteredUserDashboardFeatureConfigurations>
-
Method Summary
Modifier and TypeMethodDescriptionbookmarks(Consumer<BookmarksConfigurations.Builder> bookmarks) The bookmarks configuration for an embedded dashboard in Amazon QuickSight.bookmarks(BookmarksConfigurations bookmarks) The bookmarks configuration for an embedded dashboard in Amazon QuickSight.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.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 QuickSight.
- Parameters:
bookmarks- The bookmarks configuration for an embedded dashboard in Amazon 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 Amazon 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:
-