Class CfnAnalysis.FilterRelativeDateTimeControlProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterRelativeDateTimeControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.FilterRelativeDateTimeControlProperty>
- Enclosing interface:
CfnAnalysis.FilterRelativeDateTimeControlProperty
@Stability(Stable)
public static final class CfnAnalysis.FilterRelativeDateTimeControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.FilterRelativeDateTimeControlProperty>
A builder for
CfnAnalysis.FilterRelativeDateTimeControlProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.commitMode(String commitMode) Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getCommitMode()displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getDisplayOptions()Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getDisplayOptions()filterControlId(String filterControlId) Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getFilterControlId()sourceFilterId(String sourceFilterId) Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getSourceFilterId()Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getTitle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filterControlId
@Stability(Stable) public CfnAnalysis.FilterRelativeDateTimeControlProperty.Builder filterControlId(String filterControlId) Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getFilterControlId()- Parameters:
filterControlId- The ID of theFilterTextAreaControl. This parameter is required.- Returns:
this
-
sourceFilterId
@Stability(Stable) public CfnAnalysis.FilterRelativeDateTimeControlProperty.Builder sourceFilterId(String sourceFilterId) Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getSourceFilterId()- Parameters:
sourceFilterId- The source filter ID of theFilterTextAreaControl. This parameter is required.- Returns:
this
-
title
@Stability(Stable) public CfnAnalysis.FilterRelativeDateTimeControlProperty.Builder title(String title) Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getTitle()- Parameters:
title- The title of theFilterTextAreaControl. This parameter is required.- Returns:
this
-
commitMode
@Stability(Stable) public CfnAnalysis.FilterRelativeDateTimeControlProperty.Builder commitMode(String commitMode) Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getCommitMode()- Parameters:
commitMode- The visibility configuration of the Apply button on aFilterRelativeDateTimeControl.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysis.FilterRelativeDateTimeControlProperty.Builder displayOptions(IResolvable displayOptions) Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getDisplayOptions()- Parameters:
displayOptions- The display options of a control.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnAnalysis.FilterRelativeDateTimeControlProperty.Builder displayOptions(CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty displayOptions) Sets the value ofCfnAnalysis.FilterRelativeDateTimeControlProperty.getDisplayOptions()- Parameters:
displayOptions- The display options of a control.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.FilterRelativeDateTimeControlProperty>- Returns:
- a new instance of
CfnAnalysis.FilterRelativeDateTimeControlProperty - Throws:
NullPointerException- if any required attribute was not provided
-