Class RegisteredUserDashboardFeatureConfigurations
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.RegisteredUserDashboardFeatureConfigurations
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,RegisteredUserDashboardFeatureConfigurations>
@Generated("software.amazon.awssdk:codegen") public final class RegisteredUserDashboardFeatureConfigurations extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,RegisteredUserDashboardFeatureConfigurations>
The feature configuration for an embedded dashboard.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegisteredUserDashboardFeatureConfigurations.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AmazonQInQuickSightDashboardConfigurationsamazonQInQuickSight()The Amazon Q configurations of an embedded QuickSight dashboard.BookmarksConfigurationsbookmarks()The bookmarks configuration for an embedded dashboard in QuickSight.static RegisteredUserDashboardFeatureConfigurations.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RecentSnapshotsConfigurationsrecentSnapshots()The recent snapshots configuration for an QuickSight embedded dashboardSchedulesConfigurationsschedules()The schedules configuration for an embedded QuickSight dashboard.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RegisteredUserDashboardFeatureConfigurations.Builder>serializableBuilderClass()SharedViewConfigurationssharedView()The shared view settings of an embedded dashboard.StatePersistenceConfigurationsstatePersistence()The state persistence settings of an embedded dashboard.ThresholdAlertsConfigurationsthresholdAlerts()The threshold alerts configuration for an QuickSight embedded dashboard.RegisteredUserDashboardFeatureConfigurations.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
statePersistence
public final StatePersistenceConfigurations statePersistence()
The state persistence settings of an embedded dashboard.
- Returns:
- The state persistence settings of an embedded dashboard.
-
sharedView
public final SharedViewConfigurations sharedView()
The shared view settings of an embedded dashboard.
- Returns:
- The shared view settings of an embedded dashboard.
-
bookmarks
public final BookmarksConfigurations bookmarks()
The bookmarks configuration for an embedded dashboard in QuickSight.
- Returns:
- The bookmarks configuration for an embedded dashboard in QuickSight.
-
amazonQInQuickSight
public final AmazonQInQuickSightDashboardConfigurations amazonQInQuickSight()
The Amazon Q configurations of an embedded QuickSight dashboard.
- Returns:
- The Amazon Q configurations of an embedded QuickSight dashboard.
-
schedules
public final SchedulesConfigurations schedules()
The schedules configuration for an embedded QuickSight dashboard.
- Returns:
- The schedules configuration for an embedded QuickSight dashboard.
-
recentSnapshots
public final RecentSnapshotsConfigurations recentSnapshots()
The recent snapshots configuration for an QuickSight embedded dashboard
- Returns:
- The recent snapshots configuration for an QuickSight embedded dashboard
-
thresholdAlerts
public final ThresholdAlertsConfigurations thresholdAlerts()
The threshold alerts configuration for an QuickSight embedded dashboard.
- Returns:
- The threshold alerts configuration for an QuickSight embedded dashboard.
-
toBuilder
public RegisteredUserDashboardFeatureConfigurations.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegisteredUserDashboardFeatureConfigurations.Builder,RegisteredUserDashboardFeatureConfigurations>
-
builder
public static RegisteredUserDashboardFeatureConfigurations.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegisteredUserDashboardFeatureConfigurations.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-