public static interface CreateLaunchRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<CreateLaunchRequest.Builder,CreateLaunchRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLaunchRequest.Builder |
description(String description)
An optional description for the launch.
|
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 |
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 |
groups(LaunchGroupConfig... groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
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 |
metricMonitors(Consumer<MetricMonitorConfig.Builder>... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CreateLaunchRequest.Builder |
metricMonitors(MetricMonitorConfig... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CreateLaunchRequest.Builder |
name(String name)
The name for the new launch.
|
CreateLaunchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLaunchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLaunchRequest.Builder |
project(String project)
The name or ARN of the project that you want to create the launch in.
|
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 |
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 |
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 |
tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the launch.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLaunchRequest.Builder description(String description)
An optional description for the launch.
description - An optional description for the launch.CreateLaunchRequest.Builder groups(Collection<LaunchGroupConfig> groups)
An array of structures that contains the feature and variations that are to be used for the launch.
groups - An array of structures that contains the feature and variations that are to be used for the launch.CreateLaunchRequest.Builder groups(LaunchGroupConfig... groups)
An array of structures that contains the feature and variations that are to be used for the launch.
groups - An array of structures that contains the feature and variations that are to be used for the launch.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.
This is a convenience method that creates an instance of theLaunchGroupConfig.Builder avoiding the need to create
one manually via LaunchGroupConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #groups(List.
groups - a consumer that will call methods on
LaunchGroupConfig.Builder#groups(java.util.Collection) CreateLaunchRequest.Builder metricMonitors(Collection<MetricMonitorConfig> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
metricMonitors - An array of structures that define the metrics that will be used to monitor the launch performance.CreateLaunchRequest.Builder metricMonitors(MetricMonitorConfig... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
metricMonitors - An array of structures that define the metrics that will be used to monitor the launch performance.CreateLaunchRequest.Builder metricMonitors(Consumer<MetricMonitorConfig.Builder>... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
This is a convenience method that creates an instance of theMetricMonitorConfig.Builder avoiding the need to
create one manually via MetricMonitorConfig.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #metricMonitors(List.
metricMonitors - a consumer that will call methods on
MetricMonitorConfig.Builder#metricMonitors(java.util.Collection) CreateLaunchRequest.Builder name(String name)
The name for the new launch.
name - The name for the new launch.CreateLaunchRequest.Builder project(String project)
The name or ARN of the project that you want to create the launch in.
project - The name or ARN of the project that you want to create the launch in.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. This randomization ID is a combination of the entity ID and
randomizationSalt. If you omit randomizationSalt, Evidently uses the launch name as
the randomizationSalt.
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 randomizationSalt.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.
scheduledSplitsConfig - An array of structures that define the traffic allocation percentages among the feature variations
during each step of the launch.default 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.
This is a convenience method that creates an instance of theScheduledSplitsLaunchConfig.Builder
avoiding the need to create one manually via ScheduledSplitsLaunchConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to scheduledSplitsConfig(ScheduledSplitsLaunchConfig).
scheduledSplitsConfig - a consumer that will call methods on ScheduledSplitsLaunchConfig.BuilderscheduledSplitsConfig(ScheduledSplitsLaunchConfig)CreateLaunchRequest.Builder tags(Map<String,String> 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 Amazon Web Services and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with a launch.
For more information, see Tagging Amazon Web Services resources.
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 Amazon Web Services and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with a launch.
For more information, see Tagging Amazon Web Services resources.
CreateLaunchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLaunchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.