Class RegisteredUserConsoleFeatureConfigurations
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.RegisteredUserConsoleFeatureConfigurations
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,RegisteredUserConsoleFeatureConfigurations>
@Generated("software.amazon.awssdk:codegen") public final class RegisteredUserConsoleFeatureConfigurations extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,RegisteredUserConsoleFeatureConfigurations>
The feature configurations of an embedded QuickSight console.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegisteredUserConsoleFeatureConfigurations.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AmazonQInQuickSightConsoleConfigurationsamazonQInQuickSight()The Amazon Q configurations of an embedded QuickSight console.static RegisteredUserConsoleFeatureConfigurations.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RecentSnapshotsConfigurationsrecentSnapshots()The recent snapshots configuration for an embedded QuickSight dashboard.SchedulesConfigurationsschedules()The schedules configuration for an embedded QuickSight dashboard.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RegisteredUserConsoleFeatureConfigurations.Builder>serializableBuilderClass()SharedViewConfigurationssharedView()The shared view settings of an embedded dashboard.StatePersistenceConfigurationsstatePersistence()The state persistence configurations of an embedded QuickSight console.ThresholdAlertsConfigurationsthresholdAlerts()The threshold alerts configuration for an embedded QuickSight dashboard.RegisteredUserConsoleFeatureConfigurations.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 configurations of an embedded QuickSight console.
- Returns:
- The state persistence configurations of an embedded QuickSight console.
-
sharedView
public final SharedViewConfigurations sharedView()
The shared view settings of an embedded dashboard.
- Returns:
- The shared view settings of an embedded dashboard.
-
amazonQInQuickSight
public final AmazonQInQuickSightConsoleConfigurations amazonQInQuickSight()
The Amazon Q configurations of an embedded QuickSight console.
- Returns:
- The Amazon Q configurations of an embedded QuickSight console.
-
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 embedded QuickSight dashboard.
- Returns:
- The recent snapshots configuration for an embedded QuickSight dashboard.
-
thresholdAlerts
public final ThresholdAlertsConfigurations thresholdAlerts()
The threshold alerts configuration for an embedded QuickSight dashboard.
- Returns:
- The threshold alerts configuration for an embedded QuickSight dashboard.
-
toBuilder
public RegisteredUserConsoleFeatureConfigurations.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegisteredUserConsoleFeatureConfigurations.Builder,RegisteredUserConsoleFeatureConfigurations>
-
builder
public static RegisteredUserConsoleFeatureConfigurations.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegisteredUserConsoleFeatureConfigurations.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
-
-