| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
Launch.Builder |
Launch.Builder.arn(String arn)
The ARN of the launch.
|
static Launch.Builder |
Launch.builder() |
Launch.Builder |
Launch.Builder.createdTime(Instant createdTime)
The date and time that the launch is created.
|
Launch.Builder |
Launch.Builder.description(String description)
The description of the launch.
|
default Launch.Builder |
Launch.Builder.execution(Consumer<LaunchExecution.Builder> execution)
A structure that contains information about the start and end times of the launch.
|
Launch.Builder |
Launch.Builder.execution(LaunchExecution execution)
A structure that contains information about the start and end times of the launch.
|
Launch.Builder |
Launch.Builder.groups(Collection<LaunchGroup> groups)
An array of structures that define the feature variations that are being used in the launch.
|
Launch.Builder |
Launch.Builder.groups(Consumer<LaunchGroup.Builder>... groups)
An array of structures that define the feature variations that are being used in the launch.
|
Launch.Builder |
Launch.Builder.groups(LaunchGroup... groups)
An array of structures that define the feature variations that are being used in the launch.
|
Launch.Builder |
Launch.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The date and time that the launch was most recently updated.
|
Launch.Builder |
Launch.Builder.metricMonitors(Collection<MetricMonitor> metricMonitors)
An array of structures that define the metrics that are being used to monitor the launch performance.
|
Launch.Builder |
Launch.Builder.metricMonitors(Consumer<MetricMonitor.Builder>... metricMonitors)
An array of structures that define the metrics that are being used to monitor the launch performance.
|
Launch.Builder |
Launch.Builder.metricMonitors(MetricMonitor... metricMonitors)
An array of structures that define the metrics that are being used to monitor the launch performance.
|
Launch.Builder |
Launch.Builder.name(String name)
The name of the launch.
|
Launch.Builder |
Launch.Builder.project(String project)
The name or ARN of the project that contains the launch.
|
Launch.Builder |
Launch.Builder.randomizationSalt(String randomizationSalt)
This value is used when Evidently assigns a particular user session to the launch, to help create a
randomization ID to determine which variation the user session is served.
|
default Launch.Builder |
Launch.Builder.scheduledSplitsDefinition(Consumer<ScheduledSplitsLaunchDefinition.Builder> scheduledSplitsDefinition)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
Launch.Builder |
Launch.Builder.scheduledSplitsDefinition(ScheduledSplitsLaunchDefinition scheduledSplitsDefinition)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
Launch.Builder |
Launch.Builder.status(LaunchStatus status)
The current state of the launch.
|
Launch.Builder |
Launch.Builder.status(String status)
The current state of the launch.
|
Launch.Builder |
Launch.Builder.statusReason(String statusReason)
If the launch was stopped, this is the string that was entered by the person who stopped the launch, to
explain why it was stopped.
|
Launch.Builder |
Launch.Builder.tags(Map<String,String> tags)
The list of tag keys and values associated with this launch.
|
Launch.Builder |
Launch.toBuilder() |
Launch.Builder |
Launch.Builder.type(LaunchType type)
The type of launch.
|
Launch.Builder |
Launch.Builder.type(String type)
The type of launch.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Launch.Builder> |
Launch.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLaunchResponse.Builder |
UpdateLaunchResponse.Builder.launch(Consumer<Launch.Builder> launch)
A structure that contains the new configuration of the launch that was updated.
|
default StartLaunchResponse.Builder |
StartLaunchResponse.Builder.launch(Consumer<Launch.Builder> launch)
A structure that contains information about the launch that was started.
|
default CreateLaunchResponse.Builder |
CreateLaunchResponse.Builder.launch(Consumer<Launch.Builder> launch)
A structure that contains the configuration of the launch that was created.
|
default GetLaunchResponse.Builder |
GetLaunchResponse.Builder.launch(Consumer<Launch.Builder> launch)
A structure containing the configuration details of the launch.
|
Copyright © 2023. All rights reserved.