| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static RunLogLocation.Builder |
RunLogLocation.builder() |
RunLogLocation.Builder |
RunLogLocation.Builder.engineLogStream(String engineLogStream)
The log stream ARN for the engine log.
|
RunLogLocation.Builder |
RunLogLocation.Builder.runLogStream(String runLogStream)
The log stream ARN for the run log.
|
RunLogLocation.Builder |
RunLogLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RunLogLocation.Builder> |
RunLogLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetRunResponse.Builder |
GetRunResponse.Builder.logLocation(Consumer<RunLogLocation.Builder> logLocation)
The location of the run log.
|
Copyright © 2023. All rights reserved.