Class CfnTopicPropsMixin.DataAggregationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTopicPropsMixin.DataAggregationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicPropsMixin.DataAggregationProperty>
- Enclosing interface:
CfnTopicPropsMixin.DataAggregationProperty
@Stability(Stable)
public static final class CfnTopicPropsMixin.DataAggregationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicPropsMixin.DataAggregationProperty>
A builder for
CfnTopicPropsMixin.DataAggregationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.datasetRowDateGranularity(String datasetRowDateGranularity) defaultDateColumnName(String defaultDateColumnName) Sets the value ofCfnTopicPropsMixin.DataAggregationProperty.getDefaultDateColumnName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datasetRowDateGranularity
@Stability(Stable) public CfnTopicPropsMixin.DataAggregationProperty.Builder datasetRowDateGranularity(String datasetRowDateGranularity) - Parameters:
datasetRowDateGranularity- The level of time precision that is used to aggregateDateTimevalues.- Returns:
this
-
defaultDateColumnName
@Stability(Stable) public CfnTopicPropsMixin.DataAggregationProperty.Builder defaultDateColumnName(String defaultDateColumnName) Sets the value ofCfnTopicPropsMixin.DataAggregationProperty.getDefaultDateColumnName()- Parameters:
defaultDateColumnName- The column name for the default date.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicPropsMixin.DataAggregationProperty>- Returns:
- a new instance of
CfnTopicPropsMixin.DataAggregationProperty - Throws:
NullPointerException- if any required attribute was not provided
-