| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static LaunchExecution.Builder |
LaunchExecution.builder() |
LaunchExecution.Builder |
LaunchExecution.Builder.endedTime(Instant endedTime)
The date and time that the launch ended.
|
LaunchExecution.Builder |
LaunchExecution.Builder.startedTime(Instant startedTime)
The date and time that the launch started.
|
LaunchExecution.Builder |
LaunchExecution.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LaunchExecution.Builder> |
LaunchExecution.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Launch.Builder |
Launch.Builder.execution(Consumer<LaunchExecution.Builder> execution)
A structure that contains information about the start and end times of the launch.
|
Copyright © 2022. All rights reserved.