public static interface ExecuteCommandSessionConfiguration.Builder extends SdkPojo, CopyableBuilder<ExecuteCommandSessionConfiguration.Builder,ExecuteCommandSessionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ExecuteCommandSessionConfiguration.Builder |
arguments(Collection<String> arguments)
An array of arguments containing arguments and members.
|
ExecuteCommandSessionConfiguration.Builder |
arguments(String... arguments)
An array of arguments containing arguments and members.
|
ExecuteCommandSessionConfiguration.Builder |
command(String command)
The command used at the beginning of the SSH session to a Dev Environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteCommandSessionConfiguration.Builder command(String command)
The command used at the beginning of the SSH session to a Dev Environment.
command - The command used at the beginning of the SSH session to a Dev Environment.ExecuteCommandSessionConfiguration.Builder arguments(Collection<String> arguments)
An array of arguments containing arguments and members.
arguments - An array of arguments containing arguments and members.ExecuteCommandSessionConfiguration.Builder arguments(String... arguments)
An array of arguments containing arguments and members.
arguments - An array of arguments containing arguments and members.Copyright © 2023. All rights reserved.