Interface RecentSnapshotsConfigurations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecentSnapshotsConfigurations.Builder,RecentSnapshotsConfigurations>,SdkBuilder<RecentSnapshotsConfigurations.Builder,RecentSnapshotsConfigurations>,SdkPojo
- Enclosing class:
- RecentSnapshotsConfigurations
@Mutable @NotThreadSafe public static interface RecentSnapshotsConfigurations.Builder extends SdkPojo, CopyableBuilder<RecentSnapshotsConfigurations.Builder,RecentSnapshotsConfigurations>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecentSnapshotsConfigurations.Builderenabled(Boolean enabled)The recent snapshots configuration for an embedded QuickSight dashboard.-
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
-
enabled
RecentSnapshotsConfigurations.Builder enabled(Boolean enabled)
The recent snapshots configuration for an embedded QuickSight dashboard.
- Parameters:
enabled- The recent snapshots configuration for an embedded QuickSight dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-