| Modifier and Type | Method and Description |
|---|---|
static CfnLaunch.Builder |
CfnLaunch.Builder.create(Construct scope,
String id) |
CfnLaunch.Builder |
CfnLaunch.Builder.description(String description)
An optional description for the launch.
|
CfnLaunch.Builder |
CfnLaunch.Builder.executionStatus(CfnLaunch.ExecutionStatusObjectProperty executionStatus)
A structure that you can use to start and stop the launch.
|
CfnLaunch.Builder |
CfnLaunch.Builder.executionStatus(IResolvable executionStatus)
A structure that you can use to start and stop the launch.
|
CfnLaunch.Builder |
CfnLaunch.Builder.groups(IResolvable groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
CfnLaunch.Builder |
CfnLaunch.Builder.groups(List<? extends Object> groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
CfnLaunch.Builder |
CfnLaunch.Builder.metricMonitors(IResolvable metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CfnLaunch.Builder |
CfnLaunch.Builder.metricMonitors(List<? extends Object> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CfnLaunch.Builder |
CfnLaunch.Builder.name(String name)
The name for the launch.
|
CfnLaunch.Builder |
CfnLaunch.Builder.project(String project)
The name or ARN of the project that you want to create the launch in.
|
CfnLaunch.Builder |
CfnLaunch.Builder.randomizationSalt(String randomizationSalt)
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served.
|
CfnLaunch.Builder |
CfnLaunch.Builder.scheduledSplitsConfig(IResolvable scheduledSplitsConfig)
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
|
CfnLaunch.Builder |
CfnLaunch.Builder.scheduledSplitsConfig(List<? extends Object> scheduledSplitsConfig)
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
|
CfnLaunch.Builder |
CfnLaunch.Builder.tags(List<? extends CfnTag> tags)
Assigns one or more tags (key-value pairs) to the launch.
|
Copyright © 2022. All rights reserved.