Interface Command.Builder

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

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

    • 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

      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.