Interface ScriptBootstrapActionConfig.Builder

    • Method Detail

      • path

        ScriptBootstrapActionConfig.Builder path​(String path)

        Location in Amazon S3 of the script to run during a bootstrap action.

        Parameters:
        path - Location in Amazon S3 of the script to run during a bootstrap action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • args

        ScriptBootstrapActionConfig.Builder args​(Collection<String> args)

        A list of command line arguments to pass to the bootstrap action script.

        Parameters:
        args - A list of command line arguments to pass to the bootstrap action script.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • args

        ScriptBootstrapActionConfig.Builder args​(String... args)

        A list of command line arguments to pass to the bootstrap action script.

        Parameters:
        args - A list of command line arguments to pass to the bootstrap action script.
        Returns:
        Returns a reference to this object so that method calls can be chained together.