Modifier and Type | Method and Description |
---|---|
CfnLaunch |
build() |
static CfnLaunch.Builder |
create(Construct scope,
java.lang.String id) |
CfnLaunch.Builder |
description(java.lang.String description)
An optional description for the launch.
|
CfnLaunch.Builder |
executionStatus(CfnLaunch.ExecutionStatusObjectProperty executionStatus)
A structure that you can use to start and stop the launch.
|
CfnLaunch.Builder |
executionStatus(IResolvable executionStatus)
A structure that you can use to start and stop the launch.
|
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 |
groups(java.util.List<? extends java.lang.Object> groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
CfnLaunch.Builder |
metricMonitors(IResolvable metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CfnLaunch.Builder |
metricMonitors(java.util.List<? extends java.lang.Object> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CfnLaunch.Builder |
name(java.lang.String name)
The name for the launch.
|
CfnLaunch.Builder |
project(java.lang.String project)
The name or ARN of the project that you want to create the launch in.
|
CfnLaunch.Builder |
randomizationSalt(java.lang.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 |
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 |
scheduledSplitsConfig(java.util.List<? extends java.lang.Object> scheduledSplitsConfig)
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
|
CfnLaunch.Builder |
tags(java.util.List<? extends CfnTag> tags)
Assigns one or more tags (key-value pairs) to the launch.
|
public static CfnLaunch.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnLaunch.ExecutionStatusObjectProperty.Builder
.public CfnLaunch.Builder groups(IResolvable groups)
You can up to five launch groups in a launch.
groups
- An array of structures that contains the feature and variations that are to be used for the launch. This parameter is required.this
public CfnLaunch.Builder groups(java.util.List<? extends java.lang.Object> groups)
You can up to five launch groups in a launch.
groups
- An array of structures that contains the feature and variations that are to be used for the launch. This parameter is required.this
public CfnLaunch.Builder name(java.lang.String name)
It can include up to 127 characters.
name
- The name for the launch. This parameter is required.this
public CfnLaunch.Builder project(java.lang.String project)
project
- The name or ARN of the project that you want to create the launch in. This parameter is required.this
public CfnLaunch.Builder scheduledSplitsConfig(IResolvable scheduledSplitsConfig)
scheduledSplitsConfig
- An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This parameter is required.this
public CfnLaunch.Builder scheduledSplitsConfig(java.util.List<? extends java.lang.Object> scheduledSplitsConfig)
scheduledSplitsConfig
- An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This parameter is required.this
public CfnLaunch.Builder description(java.lang.String description)
description
- An optional description for the launch. This parameter is required.this
public CfnLaunch.Builder executionStatus(IResolvable executionStatus)
executionStatus
- A structure that you can use to start and stop the launch. This parameter is required.this
public CfnLaunch.Builder executionStatus(CfnLaunch.ExecutionStatusObjectProperty executionStatus)
executionStatus
- A structure that you can use to start and stop the launch. This parameter is required.this
public CfnLaunch.Builder metricMonitors(IResolvable metricMonitors)
You can have up to three metric monitors in the array.
metricMonitors
- An array of structures that define the metrics that will be used to monitor the launch performance. This parameter is required.this
public CfnLaunch.Builder metricMonitors(java.util.List<? extends java.lang.Object> metricMonitors)
You can have up to three metric monitors in the array.
metricMonitors
- An array of structures that define the metrics that will be used to monitor the launch performance. This parameter is required.this
public CfnLaunch.Builder randomizationSalt(java.lang.String randomizationSalt)
This randomization ID is a combination of the entity ID and randomizationSalt
. If you omit randomizationSalt
, Evidently uses the launch name as the randomizationsSalt
.
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. This parameter is required.this
public CfnLaunch.Builder tags(java.util.List<? extends CfnTag> tags)
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with a launch.
For more information, see Tagging AWS resources .
tags
- Assigns one or more tags (key-value pairs) to the launch. This parameter is required.this
public CfnLaunch build()