public static final class CfnLaunchProps.Builder
extends java.lang.Object
CfnLaunchProps
Constructor and Description |
---|
Builder() |
public CfnLaunchProps.Builder groups(IResolvable groups)
CfnLaunchProps.getGroups()
groups
- An array of structures that contains the feature and variations that are to be used for the launch. This parameter is required.
You can up to five launch groups in a launch.this
public CfnLaunchProps.Builder groups(java.util.List<? extends java.lang.Object> groups)
CfnLaunchProps.getGroups()
groups
- An array of structures that contains the feature and variations that are to be used for the launch. This parameter is required.
You can up to five launch groups in a launch.this
public CfnLaunchProps.Builder name(java.lang.String name)
CfnLaunchProps.getName()
name
- The name for the launch. This parameter is required.
It can include up to 127 characters.this
public CfnLaunchProps.Builder project(java.lang.String project)
CfnLaunchProps.getProject()
project
- The name or ARN of the project that you want to create the launch in. This parameter is required.this
public CfnLaunchProps.Builder scheduledSplitsConfig(IResolvable scheduledSplitsConfig)
CfnLaunchProps.getScheduledSplitsConfig()
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 CfnLaunchProps.Builder scheduledSplitsConfig(java.util.List<? extends java.lang.Object> scheduledSplitsConfig)
CfnLaunchProps.getScheduledSplitsConfig()
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 CfnLaunchProps.Builder description(java.lang.String description)
CfnLaunchProps.getDescription()
description
- An optional description for the launch.this
public CfnLaunchProps.Builder executionStatus(IResolvable executionStatus)
CfnLaunchProps.getExecutionStatus()
executionStatus
- A structure that you can use to start and stop the launch.this
public CfnLaunchProps.Builder executionStatus(CfnLaunch.ExecutionStatusObjectProperty executionStatus)
CfnLaunchProps.getExecutionStatus()
executionStatus
- A structure that you can use to start and stop the launch.this
public CfnLaunchProps.Builder metricMonitors(IResolvable metricMonitors)
CfnLaunchProps.getMetricMonitors()
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.this
public CfnLaunchProps.Builder metricMonitors(java.util.List<? extends java.lang.Object> metricMonitors)
CfnLaunchProps.getMetricMonitors()
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.this
public CfnLaunchProps.Builder randomizationSalt(java.lang.String randomizationSalt)
CfnLaunchProps.getRandomizationSalt()
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 omit randomizationSalt
, Evidently uses the launch name as the randomizationsSalt
.this
public CfnLaunchProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnLaunchProps.getTags()
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 .
this
public CfnLaunchProps build()
CfnLaunchProps
java.lang.NullPointerException
- if any required attribute was not provided