Interface ExecuteCommandSessionConfiguration.Builder

    • Method Detail

      • command

        ExecuteCommandSessionConfiguration.Builder command​(String 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

        ExecuteCommandSessionConfiguration.Builder arguments​(Collection<String> 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

        ExecuteCommandSessionConfiguration.Builder arguments​(String... 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.