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