Class CfnDashboard.ParameterDateTimePickerControlProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ParameterDateTimePickerControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ParameterDateTimePickerControlProperty>
- Enclosing interface:
CfnDashboard.ParameterDateTimePickerControlProperty
@Stability(Stable)
public static final class CfnDashboard.ParameterDateTimePickerControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ParameterDateTimePickerControlProperty>
A builder for
CfnDashboard.ParameterDateTimePickerControlProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.displayOptions(IResolvable displayOptions) Sets the value ofCfnDashboard.ParameterDateTimePickerControlProperty.getDisplayOptions()Sets the value ofCfnDashboard.ParameterDateTimePickerControlProperty.getDisplayOptions()parameterControlId(String parameterControlId) sourceParameterName(String sourceParameterName) Sets the value ofCfnDashboard.ParameterDateTimePickerControlProperty.getTitle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterControlId
@Stability(Stable) public CfnDashboard.ParameterDateTimePickerControlProperty.Builder parameterControlId(String parameterControlId) - Parameters:
parameterControlId- The ID of theParameterDateTimePickerControl. This parameter is required.- Returns:
this
-
sourceParameterName
@Stability(Stable) public CfnDashboard.ParameterDateTimePickerControlProperty.Builder sourceParameterName(String sourceParameterName) - Parameters:
sourceParameterName- The name of theParameterDateTimePickerControl. This parameter is required.- Returns:
this
-
title
@Stability(Stable) public CfnDashboard.ParameterDateTimePickerControlProperty.Builder title(String title) Sets the value ofCfnDashboard.ParameterDateTimePickerControlProperty.getTitle()- Parameters:
title- The title of theParameterDateTimePickerControl. This parameter is required.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnDashboard.ParameterDateTimePickerControlProperty.Builder displayOptions(IResolvable displayOptions) Sets the value ofCfnDashboard.ParameterDateTimePickerControlProperty.getDisplayOptions()- Parameters:
displayOptions- The display options of a control.- Returns:
this
-
displayOptions
@Stability(Stable) public CfnDashboard.ParameterDateTimePickerControlProperty.Builder displayOptions(CfnDashboard.DateTimePickerControlDisplayOptionsProperty displayOptions) Sets the value ofCfnDashboard.ParameterDateTimePickerControlProperty.getDisplayOptions()- Parameters:
displayOptions- The display options of a control.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.ParameterDateTimePickerControlProperty>- Returns:
- a new instance of
CfnDashboard.ParameterDateTimePickerControlProperty - Throws:
NullPointerException- if any required attribute was not provided
-