Class EvidentlyFeatureVariations.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.evidently_feature.EvidentlyFeatureVariations.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EvidentlyFeatureVariations>
- Enclosing interface:
- EvidentlyFeatureVariations
@Stability(Stable) public static final class EvidentlyFeatureVariations.Builder extends Object implements software.amazon.jsii.Builder<EvidentlyFeatureVariations>
A builder forEvidentlyFeatureVariations
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvidentlyFeatureVariationsbuild()Builds the configured instance.EvidentlyFeatureVariations.Buildername(String name)Sets the value ofEvidentlyFeatureVariations.getName()EvidentlyFeatureVariations.Buildervalue(EvidentlyFeatureVariationsValue value)Sets the value ofEvidentlyFeatureVariations.getValue()
-
-
-
Method Detail
-
name
@Stability(Stable) public EvidentlyFeatureVariations.Builder name(String name)
Sets the value ofEvidentlyFeatureVariations.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#name EvidentlyFeature#name}. This parameter is required.- Returns:
this
-
value
@Stability(Stable) public EvidentlyFeatureVariations.Builder value(EvidentlyFeatureVariationsValue value)
Sets the value ofEvidentlyFeatureVariations.getValue()- Parameters:
value- value block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#value EvidentlyFeature#value}- Returns:
this
-
build
@Stability(Stable) public EvidentlyFeatureVariations build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EvidentlyFeatureVariations>- Returns:
- a new instance of
EvidentlyFeatureVariations - Throws:
NullPointerException- if any required attribute was not provided
-
-