Interface Command.Builder

    • Method Detail

      • name

        Command.Builder name​(String name)

        The name of the command.

        Parameters:
        name - The name of the command.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scriptPath

        Command.Builder scriptPath​(String scriptPath)

        The Amazon S3 location of the command script.

        Parameters:
        scriptPath - The Amazon S3 location of the command script.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • args

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

        Arguments for Amazon EMR to pass to the command for execution.

        Parameters:
        args - Arguments for Amazon EMR to pass to the command for execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • args

        Command.Builder args​(String... args)

        Arguments for Amazon EMR to pass to the command for execution.

        Parameters:
        args - Arguments for Amazon EMR to pass to the command for execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.