Interface ExecuteCommandSessionConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ExecuteCommandSessionConfiguration.Builder,ExecuteCommandSessionConfiguration>, SdkBuilder<ExecuteCommandSessionConfiguration.Builder,ExecuteCommandSessionConfiguration>, SdkPojo
Enclosing class:
ExecuteCommandSessionConfiguration

public static interface ExecuteCommandSessionConfiguration.Builder extends SdkPojo, CopyableBuilder<ExecuteCommandSessionConfiguration.Builder,ExecuteCommandSessionConfiguration>
  • Method Details

    • command

      The command used at the beginning of the SSH session to a Dev Environment.

      Parameters:
      command - The command used at the beginning of the SSH session to a Dev Environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arguments

      An array of arguments containing arguments and members.

      Parameters:
      arguments - An array of arguments containing arguments and members.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arguments

      An array of arguments containing arguments and members.

      Parameters:
      arguments - An array of arguments containing arguments and members.
      Returns:
      Returns a reference to this object so that method calls can be chained together.