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