static UpdateLaunchRequest.Builder |
UpdateLaunchRequest.builder() |
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.description(String description) |
An optional description for the launch.
|
UpdateLaunchRequest.Builder |
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 |
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 |
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 |
UpdateLaunchRequest.Builder.launch(String launch) |
The name of the launch that is to be updated.
|
UpdateLaunchRequest.Builder |
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 |
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 |
UpdateLaunchRequest.Builder.metricMonitors(MetricMonitorConfig... metricMonitors) |
An array of structures that define the metrics that will be used to monitor the launch performance.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.project(String project) |
The name or ARN of the project that contains the launch that you want to update.
|
UpdateLaunchRequest.Builder |
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 |
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 |
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.
|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.toBuilder() |
|