Interface RegisteredUserConsoleFeatureConfigurations.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,,RegisteredUserConsoleFeatureConfigurations> SdkBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,,RegisteredUserConsoleFeatureConfigurations> SdkPojo
- Enclosing class:
RegisteredUserConsoleFeatureConfigurations
public static interface RegisteredUserConsoleFeatureConfigurations.Builder
extends SdkPojo, CopyableBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,RegisteredUserConsoleFeatureConfigurations>
-
Method Summary
Modifier and TypeMethodDescriptionsharedView(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 QuickSight console.statePersistence(StatePersistenceConfigurations statePersistence) The state persistence configurations of an embedded Amazon QuickSight console.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 QuickSight console.
- Parameters:
statePersistence- The state persistence configurations of an embedded Amazon 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 Amazon 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:
-