Uses of Class
software.amazon.awscdk.services.cloudwatch.TableSummaryProps.Builder
Packages that use TableSummaryProps.Builder
-
Uses of TableSummaryProps.Builder in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return TableSummaryProps.BuilderModifier and TypeMethodDescriptionstatic TableSummaryProps.Builder
TableSummaryProps.builder()
TableSummaryProps.Builder.columns
(List<? extends TableSummaryColumn> columns) Sets the value ofTableSummaryProps.getColumns()
TableSummaryProps.Builder.hideNonSummaryColumns
(Boolean hideNonSummaryColumns) Sets the value ofTableSummaryProps.getHideNonSummaryColumns()
Sets the value ofTableSummaryProps.getSticky()
Constructors in software.amazon.awscdk.services.cloudwatch with parameters of type TableSummaryProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(TableSummaryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTableSummaryProps.Builder
.