Class CfnAnalysis.TimeRangeDrillDownFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.TimeRangeDrillDownFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.TimeRangeDrillDownFilterProperty>
- Enclosing interface:
CfnAnalysis.TimeRangeDrillDownFilterProperty
@Stability(Stable)
public static final class CfnAnalysis.TimeRangeDrillDownFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.TimeRangeDrillDownFilterProperty>
A builder for
CfnAnalysis.TimeRangeDrillDownFilterProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.column
(IResolvable column) Sets the value ofCfnAnalysis.TimeRangeDrillDownFilterProperty.getColumn()
Sets the value ofCfnAnalysis.TimeRangeDrillDownFilterProperty.getColumn()
rangeMaximum
(String rangeMaximum) Sets the value ofCfnAnalysis.TimeRangeDrillDownFilterProperty.getRangeMaximum()
rangeMinimum
(String rangeMinimum) Sets the value ofCfnAnalysis.TimeRangeDrillDownFilterProperty.getRangeMinimum()
timeGranularity
(String timeGranularity) Sets the value ofCfnAnalysis.TimeRangeDrillDownFilterProperty.getTimeGranularity()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
@Stability(Stable) public CfnAnalysis.TimeRangeDrillDownFilterProperty.Builder column(IResolvable column) Sets the value ofCfnAnalysis.TimeRangeDrillDownFilterProperty.getColumn()
- Parameters:
column
- The column that the filter is applied to. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnAnalysis.TimeRangeDrillDownFilterProperty.Builder column(CfnAnalysis.ColumnIdentifierProperty column) Sets the value ofCfnAnalysis.TimeRangeDrillDownFilterProperty.getColumn()
- Parameters:
column
- The column that the filter is applied to. This parameter is required.- Returns:
this
-
rangeMaximum
@Stability(Stable) public CfnAnalysis.TimeRangeDrillDownFilterProperty.Builder rangeMaximum(String rangeMaximum) Sets the value ofCfnAnalysis.TimeRangeDrillDownFilterProperty.getRangeMaximum()
- Parameters:
rangeMaximum
- The maximum value for the filter value range. This parameter is required.- Returns:
this
-
rangeMinimum
@Stability(Stable) public CfnAnalysis.TimeRangeDrillDownFilterProperty.Builder rangeMinimum(String rangeMinimum) Sets the value ofCfnAnalysis.TimeRangeDrillDownFilterProperty.getRangeMinimum()
- Parameters:
rangeMinimum
- The minimum value for the filter value range. This parameter is required.- Returns:
this
-
timeGranularity
@Stability(Stable) public CfnAnalysis.TimeRangeDrillDownFilterProperty.Builder timeGranularity(String timeGranularity) Sets the value ofCfnAnalysis.TimeRangeDrillDownFilterProperty.getTimeGranularity()
- Parameters:
timeGranularity
- The level of time precision that is used to aggregateDateTime
values. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.TimeRangeDrillDownFilterProperty>
- Returns:
- a new instance of
CfnAnalysis.TimeRangeDrillDownFilterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-