| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
StartRunResponse.Builder |
StartRunResponse.Builder.arn(String arn)
The run's ARN.
|
static StartRunResponse.Builder |
StartRunResponse.builder() |
StartRunResponse.Builder |
StartRunResponse.Builder.id(String id)
The run's ID.
|
StartRunResponse.Builder |
StartRunResponse.Builder.status(RunStatus status)
The run's status.
|
StartRunResponse.Builder |
StartRunResponse.Builder.status(String status)
The run's status.
|
StartRunResponse.Builder |
StartRunResponse.Builder.tags(Map<String,String> tags)
The run's tags.
|
StartRunResponse.Builder |
StartRunResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartRunResponse.Builder> |
StartRunResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.