Class CfnTemplate.AnchorDateConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.AnchorDateConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.AnchorDateConfigurationProperty>
- Enclosing interface:
- CfnTemplate.AnchorDateConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.AnchorDateConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.AnchorDateConfigurationProperty>
A builder for
CfnTemplate.AnchorDateConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanchorOption(String anchorOption) Sets the value ofCfnTemplate.AnchorDateConfigurationProperty.getAnchorOption()build()Builds the configured instance.parameterName(String parameterName) Sets the value ofCfnTemplate.AnchorDateConfigurationProperty.getParameterName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
anchorOption
@Stability(Stable) public CfnTemplate.AnchorDateConfigurationProperty.Builder anchorOption(String anchorOption) Sets the value ofCfnTemplate.AnchorDateConfigurationProperty.getAnchorOption()- Parameters:
anchorOption- The options for the date configuration. Choose one of the options below:.NOW
- Returns:
this
-
parameterName
@Stability(Stable) public CfnTemplate.AnchorDateConfigurationProperty.Builder parameterName(String parameterName) Sets the value ofCfnTemplate.AnchorDateConfigurationProperty.getParameterName()- 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<CfnTemplate.AnchorDateConfigurationProperty>- Returns:
- a new instance of
CfnTemplate.AnchorDateConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-