public static interface Command.Builder extends SdkPojo, CopyableBuilder<Command.Builder,Command>
Modifier and Type | Method and Description |
---|---|
Command.Builder |
args(Collection<String> args)
Arguments for Amazon EMR to pass to the command for execution.
|
Command.Builder |
args(String... args)
Arguments for Amazon EMR to pass to the command for execution.
|
Command.Builder |
name(String name)
The name of the command.
|
Command.Builder |
scriptPath(String scriptPath)
The Amazon S3 location of the command script.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Command.Builder name(String name)
The name of the command.
name
- The name of the command.Command.Builder scriptPath(String scriptPath)
The Amazon S3 location of the command script.
scriptPath
- The Amazon S3 location of the command script.Command.Builder args(Collection<String> args)
Arguments for Amazon EMR to pass to the command for execution.
args
- Arguments for Amazon EMR to pass to the command for execution.Command.Builder args(String... args)
Arguments for Amazon EMR to pass to the command for execution.
args
- Arguments for Amazon EMR to pass to the command for execution.Copyright © 2022. All rights reserved.