Uses of Interface
software.amazon.awssdk.services.omics.model.StartRunResponse.Builder
-
Packages that use StartRunResponse.Builder Package Description software.amazon.awssdk.services.omics.model -
-
Uses of StartRunResponse.Builder in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return StartRunResponse.Builder Modifier and Type Method Description StartRunResponse.BuilderStartRunResponse.Builder. arn(String arn)Unique resource identifier for the run.static StartRunResponse.BuilderStartRunResponse. builder()StartRunResponse.BuilderStartRunResponse.Builder. id(String id)The run's ID.StartRunResponse.BuilderStartRunResponse.Builder. runOutputUri(String runOutputUri)The destination for workflow outputs.StartRunResponse.BuilderStartRunResponse.Builder. status(String status)The run's status.StartRunResponse.BuilderStartRunResponse.Builder. status(RunStatus status)The run's status.StartRunResponse.BuilderStartRunResponse.Builder. tags(Map<String,String> tags)The run's tags.StartRunResponse.BuilderStartRunResponse. toBuilder()StartRunResponse.BuilderStartRunResponse.Builder. uuid(String uuid)The universally unique identifier for a run.Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type StartRunResponse.Builder Modifier and Type Method Description static Class<? extends StartRunResponse.Builder>StartRunResponse. serializableBuilderClass()
-