static CreateLaunchRequest.Builder |
CreateLaunchRequest.builder() |
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.description(String description) |
An optional description for the launch.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.groups(Collection<LaunchGroupConfig> groups) |
An array of structures that contains the feature and variations that are to be used for the launch.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.groups(Consumer<LaunchGroupConfig.Builder>... groups) |
An array of structures that contains the feature and variations that are to be used for the launch.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.groups(LaunchGroupConfig... groups) |
An array of structures that contains the feature and variations that are to be used for the launch.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.metricMonitors(Collection<MetricMonitorConfig> metricMonitors) |
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.metricMonitors(Consumer<MetricMonitorConfig.Builder>... metricMonitors) |
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.metricMonitors(MetricMonitorConfig... metricMonitors) |
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.name(String name) |
The name for the new launch.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.project(String project) |
The name or ARN of the project that you want to create the launch in.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.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.
|
default CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.scheduledSplitsConfig(Consumer<ScheduledSplitsLaunchConfig.Builder> scheduledSplitsConfig) |
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.scheduledSplitsConfig(ScheduledSplitsLaunchConfig scheduledSplitsConfig) |
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.tags(Map<String,String> tags) |
Assigns one or more tags (key-value pairs) to the launch.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.toBuilder() |
|