Class CfnAnalysis.NestedFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.NestedFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.NestedFilterProperty>
- Enclosing interface:
CfnAnalysis.NestedFilterProperty
@Stability(Stable)
public static final class CfnAnalysis.NestedFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.NestedFilterProperty>
A builder for
CfnAnalysis.NestedFilterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.column(IResolvable column) Sets the value ofCfnAnalysis.NestedFilterProperty.getColumn()Sets the value ofCfnAnalysis.NestedFilterProperty.getColumn()Sets the value ofCfnAnalysis.NestedFilterProperty.getFilterId()includeInnerSet(Boolean includeInnerSet) Sets the value ofCfnAnalysis.NestedFilterProperty.getIncludeInnerSet()includeInnerSet(IResolvable includeInnerSet) Sets the value ofCfnAnalysis.NestedFilterProperty.getIncludeInnerSet()innerFilter(IResolvable innerFilter) Sets the value ofCfnAnalysis.NestedFilterProperty.getInnerFilter()innerFilter(CfnAnalysis.InnerFilterProperty innerFilter) Sets the value ofCfnAnalysis.NestedFilterProperty.getInnerFilter()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
Sets the value ofCfnAnalysis.NestedFilterProperty.getColumn()- Parameters:
column- The column that the filter is applied to. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnAnalysis.NestedFilterProperty.Builder column(CfnAnalysis.ColumnIdentifierProperty column) Sets the value ofCfnAnalysis.NestedFilterProperty.getColumn()- Parameters:
column- The column that the filter is applied to. This parameter is required.- Returns:
this
-
filterId
Sets the value ofCfnAnalysis.NestedFilterProperty.getFilterId()- Parameters:
filterId- An identifier that uniquely identifies a filter within a dashboard, analysis, or template. This parameter is required.- Returns:
this
-
includeInnerSet
@Stability(Stable) public CfnAnalysis.NestedFilterProperty.Builder includeInnerSet(Boolean includeInnerSet) Sets the value ofCfnAnalysis.NestedFilterProperty.getIncludeInnerSet()- Parameters:
includeInnerSet- A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter. This parameter is required.- Returns:
this
-
includeInnerSet
@Stability(Stable) public CfnAnalysis.NestedFilterProperty.Builder includeInnerSet(IResolvable includeInnerSet) Sets the value ofCfnAnalysis.NestedFilterProperty.getIncludeInnerSet()- Parameters:
includeInnerSet- A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter. This parameter is required.- Returns:
this
-
innerFilter
@Stability(Stable) public CfnAnalysis.NestedFilterProperty.Builder innerFilter(IResolvable innerFilter) Sets the value ofCfnAnalysis.NestedFilterProperty.getInnerFilter()- Parameters:
innerFilter- TheInnerFilterdefines the subset of data to be used with theNestedFilter. This parameter is required.- Returns:
this
-
innerFilter
@Stability(Stable) public CfnAnalysis.NestedFilterProperty.Builder innerFilter(CfnAnalysis.InnerFilterProperty innerFilter) Sets the value ofCfnAnalysis.NestedFilterProperty.getInnerFilter()- Parameters:
innerFilter- TheInnerFilterdefines the subset of data to be used with theNestedFilter. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.NestedFilterProperty>- Returns:
- a new instance of
CfnAnalysis.NestedFilterProperty - Throws:
NullPointerException- if any required attribute was not provided
-