public static interface LaunchOverrides.Builder extends SdkPojo, CopyableBuilder<LaunchOverrides.Builder,LaunchOverrides>
| Modifier and Type | Method and Description |
|---|---|
LaunchOverrides.Builder |
launchCommands(Collection<String> launchCommands)
App launch commands and command line parameters that override the launch command configured in the simulation
schema.
|
LaunchOverrides.Builder |
launchCommands(String... launchCommands)
App launch commands and command line parameters that override the launch command configured in the simulation
schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchOverrides.Builder launchCommands(Collection<String> launchCommands)
App launch commands and command line parameters that override the launch command configured in the simulation schema.
launchCommands - App launch commands and command line parameters that override the launch command configured in the
simulation schema.LaunchOverrides.Builder launchCommands(String... launchCommands)
App launch commands and command line parameters that override the launch command configured in the simulation schema.
launchCommands - App launch commands and command line parameters that override the launch command configured in the
simulation schema.Copyright © 2023. All rights reserved.