public static interface UpdateLaunchRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<UpdateLaunchRequest.Builder,UpdateLaunchRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchRequest.Builder |
description(String description)
An optional description for the launch.
|
UpdateLaunchRequest.Builder |
groups(Collection<LaunchGroupConfig> groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
UpdateLaunchRequest.Builder |
groups(Consumer<LaunchGroupConfig.Builder>... groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
UpdateLaunchRequest.Builder |
groups(LaunchGroupConfig... groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
UpdateLaunchRequest.Builder |
launch(String launch)
The name of the launch that is to be updated.
|
UpdateLaunchRequest.Builder |
metricMonitors(Collection<MetricMonitorConfig> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
UpdateLaunchRequest.Builder |
metricMonitors(Consumer<MetricMonitorConfig.Builder>... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
UpdateLaunchRequest.Builder |
metricMonitors(MetricMonitorConfig... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
UpdateLaunchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLaunchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLaunchRequest.Builder |
project(String project)
The name or ARN of the project that contains the launch that you want to update.
|
UpdateLaunchRequest.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 UpdateLaunchRequest.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.
|
UpdateLaunchRequest.Builder |
scheduledSplitsConfig(ScheduledSplitsLaunchConfig scheduledSplitsConfig)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLaunchRequest.Builder description(String description)
An optional description for the launch.
description - An optional description for the launch.UpdateLaunchRequest.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.UpdateLaunchRequest.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.UpdateLaunchRequest.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) UpdateLaunchRequest.Builder launch(String launch)
The name of the launch that is to be updated.
launch - The name of the launch that is to be updated.UpdateLaunchRequest.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.UpdateLaunchRequest.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.UpdateLaunchRequest.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) UpdateLaunchRequest.Builder project(String project)
The name or ARN of the project that contains the launch that you want to update.
project - The name or ARN of the project that contains the launch that you want to update.UpdateLaunchRequest.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.UpdateLaunchRequest.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 UpdateLaunchRequest.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)UpdateLaunchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLaunchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.