Class CfnLaunch.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunch>
- Enclosing class:
CfnLaunch
CfnLaunch
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnLaunch.Builder
description
(String description) An optional description for the launch.executionStatus
(IResolvable executionStatus) A structure that you can use to start and stop the launch.executionStatus
(CfnLaunch.ExecutionStatusObjectProperty executionStatus) A structure that you can use to start and stop the launch.An array of structures that contains the feature and variations that are to be used for the launch.groups
(IResolvable groups) An array of structures that contains the feature and variations that are to be used for the launch.metricMonitors
(List<? extends Object> metricMonitors) An array of structures that define the metrics that will be used to monitor the launch performance.metricMonitors
(IResolvable metricMonitors) An array of structures that define the metrics that will be used to monitor the launch performance.The name for the launch.The name or ARN of the project that you want to create the launch in.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.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.scheduledSplitsConfig
(IResolvable scheduledSplitsConfig) An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.Assigns one or more tags (key-value pairs) to the launch.
-
Method Details
-
create
@Stability(Stable) public static CfnLaunch.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnLaunch.Builder
.
-
groups
An array of structures that contains the feature and variations that are to be used for the launch.You can up to five launch groups in a launch.
- Parameters:
groups
- An array of structures that contains the feature and variations that are to be used for the launch. This parameter is required.- Returns:
this
- See Also:
-
groups
An array of structures that contains the feature and variations that are to be used for the launch.You can up to five launch groups in a launch.
- Parameters:
groups
- An array of structures that contains the feature and variations that are to be used for the launch. This parameter is required.- Returns:
this
- See Also:
-
name
The name for the launch.It can include up to 127 characters.
- Parameters:
name
- The name for the launch. This parameter is required.- Returns:
this
- See Also:
-
project
The name or ARN of the project that you want to create the launch in.- Parameters:
project
- The name or ARN of the project that you want to create the launch in. This parameter is required.- Returns:
this
- See Also:
-
scheduledSplitsConfig
@Stability(Stable) public 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.- Parameters:
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.- Returns:
this
- See Also:
-
scheduledSplitsConfig
@Stability(Stable) public 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.- Parameters:
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.- Returns:
this
- See Also:
-
description
An optional description for the launch.- Parameters:
description
- An optional description for the launch. This parameter is required.- Returns:
this
- See Also:
-
executionStatus
A structure that you can use to start and stop the launch.- Parameters:
executionStatus
- A structure that you can use to start and stop the launch. This parameter is required.- Returns:
this
- See Also:
-
executionStatus
@Stability(Stable) public CfnLaunch.Builder executionStatus(CfnLaunch.ExecutionStatusObjectProperty executionStatus) A structure that you can use to start and stop the launch.- Parameters:
executionStatus
- A structure that you can use to start and stop the launch. This parameter is required.- Returns:
this
- See Also:
-
metricMonitors
An array of structures that define the metrics that will be used to monitor the launch performance.You can have up to three metric monitors in the array.
- Parameters:
metricMonitors
- An array of structures that define the metrics that will be used to monitor the launch performance. This parameter is required.- Returns:
this
- See Also:
-
metricMonitors
An array of structures that define the metrics that will be used to monitor the launch performance.You can have up to three metric monitors in the array.
- Parameters:
metricMonitors
- An array of structures that define the metrics that will be used to monitor the launch performance. This parameter is required.- Returns:
this
- See Also:
-
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 randomization ID is a combination of the entity ID and
randomizationSalt
. If you omitrandomizationSalt
, Evidently uses the launch name as therandomizationsSalt
.- Parameters:
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.- Returns:
this
- See Also:
-
tags
Assigns one or more tags (key-value pairs) to the launch.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 .
- Parameters:
tags
- Assigns one or more tags (key-value pairs) to the launch. This parameter is required.- Returns:
this
- See Also:
-
build
-