Class CfnDashboardPropsMixin.AnchorDateConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.AnchorDateConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.AnchorDateConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.AnchorDateConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.AnchorDateConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.AnchorDateConfigurationProperty>
A builder for
CfnDashboardPropsMixin.AnchorDateConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanchorOption(String anchorOption) Sets the value ofCfnDashboardPropsMixin.AnchorDateConfigurationProperty.getAnchorOption()build()Builds the configured instance.parameterName(String parameterName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
anchorOption
@Stability(Stable) public CfnDashboardPropsMixin.AnchorDateConfigurationProperty.Builder anchorOption(String anchorOption) Sets the value ofCfnDashboardPropsMixin.AnchorDateConfigurationProperty.getAnchorOption()- Parameters:
anchorOption- The options for the date configuration. Choose one of the options below:.NOW
- Returns:
this
-
parameterName
@Stability(Stable) public CfnDashboardPropsMixin.AnchorDateConfigurationProperty.Builder parameterName(String parameterName) - Parameters:
parameterName- The name of the parameter that is used for the anchor date configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.AnchorDateConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.AnchorDateConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-