Class EvidentlyLaunchScheduledSplitsConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.evidently_launch.EvidentlyLaunchScheduledSplitsConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EvidentlyLaunchScheduledSplitsConfig>
- Enclosing interface:
- EvidentlyLaunchScheduledSplitsConfig
@Stability(Stable) public static final class EvidentlyLaunchScheduledSplitsConfig.Builder extends Object implements software.amazon.jsii.Builder<EvidentlyLaunchScheduledSplitsConfig>
A builder forEvidentlyLaunchScheduledSplitsConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvidentlyLaunchScheduledSplitsConfigbuild()Builds the configured instance.EvidentlyLaunchScheduledSplitsConfig.Buildersteps(com.hashicorp.cdktf.IResolvable steps)Sets the value ofEvidentlyLaunchScheduledSplitsConfig.getSteps()EvidentlyLaunchScheduledSplitsConfig.Buildersteps(List<? extends EvidentlyLaunchScheduledSplitsConfigSteps> steps)Sets the value ofEvidentlyLaunchScheduledSplitsConfig.getSteps()
-
-
-
Method Detail
-
steps
@Stability(Stable) public EvidentlyLaunchScheduledSplitsConfig.Builder steps(com.hashicorp.cdktf.IResolvable steps)
Sets the value ofEvidentlyLaunchScheduledSplitsConfig.getSteps()- Parameters:
steps- steps block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#steps EvidentlyLaunch#steps}- Returns:
this
-
steps
@Stability(Stable) public EvidentlyLaunchScheduledSplitsConfig.Builder steps(List<? extends EvidentlyLaunchScheduledSplitsConfigSteps> steps)
Sets the value ofEvidentlyLaunchScheduledSplitsConfig.getSteps()- Parameters:
steps- steps block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#steps EvidentlyLaunch#steps}- Returns:
this
-
build
@Stability(Stable) public EvidentlyLaunchScheduledSplitsConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EvidentlyLaunchScheduledSplitsConfig>- Returns:
- a new instance of
EvidentlyLaunchScheduledSplitsConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-