Class CfnTemplatePropsMixin.StringDefaultValuesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.StringDefaultValuesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.StringDefaultValuesProperty>
- Enclosing interface:
CfnTemplatePropsMixin.StringDefaultValuesProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.StringDefaultValuesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.StringDefaultValuesProperty>
A builder for
CfnTemplatePropsMixin.StringDefaultValuesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplatePropsMixin.StringDefaultValuesProperty.getDynamicValue()dynamicValue(IResolvable dynamicValue) Sets the value ofCfnTemplatePropsMixin.StringDefaultValuesProperty.getDynamicValue()staticValues(List<String> staticValues) Sets the value ofCfnTemplatePropsMixin.StringDefaultValuesProperty.getStaticValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dynamicValue
@Stability(Stable) public CfnTemplatePropsMixin.StringDefaultValuesProperty.Builder dynamicValue(IResolvable dynamicValue) Sets the value ofCfnTemplatePropsMixin.StringDefaultValuesProperty.getDynamicValue()- Parameters:
dynamicValue- The dynamic value of theStringDefaultValues. Different defaults displayed according to users, groups, and values mapping.- Returns:
this
-
dynamicValue
@Stability(Stable) public CfnTemplatePropsMixin.StringDefaultValuesProperty.Builder dynamicValue(CfnTemplatePropsMixin.DynamicDefaultValueProperty dynamicValue) Sets the value ofCfnTemplatePropsMixin.StringDefaultValuesProperty.getDynamicValue()- Parameters:
dynamicValue- The dynamic value of theStringDefaultValues. Different defaults displayed according to users, groups, and values mapping.- Returns:
this
-
staticValues
@Stability(Stable) public CfnTemplatePropsMixin.StringDefaultValuesProperty.Builder staticValues(List<String> staticValues) Sets the value ofCfnTemplatePropsMixin.StringDefaultValuesProperty.getStaticValues()- Parameters:
staticValues- The static values of theDecimalDefaultValues.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.StringDefaultValuesProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.StringDefaultValuesProperty - Throws:
NullPointerException- if any required attribute was not provided
-