Uses of Interface
software.amazon.awssdk.services.omics.model.RunLogLocation.Builder
-
Packages that use RunLogLocation.Builder Package Description software.amazon.awssdk.services.omics.model -
-
Uses of RunLogLocation.Builder in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return RunLogLocation.Builder Modifier and Type Method Description static RunLogLocation.BuilderRunLogLocation. builder()RunLogLocation.BuilderRunLogLocation.Builder. engineLogStream(String engineLogStream)The log stream ARN for the engine log.RunLogLocation.BuilderRunLogLocation.Builder. runLogStream(String runLogStream)The log stream ARN for the run log.RunLogLocation.BuilderRunLogLocation. toBuilder()Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type RunLogLocation.Builder Modifier and Type Method Description static Class<? extends RunLogLocation.Builder>RunLogLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type RunLogLocation.Builder Modifier and Type Method Description default GetRunResponse.BuilderGetRunResponse.Builder. logLocation(Consumer<RunLogLocation.Builder> logLocation)The location of the run log.
-