| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
Command.Builder |
Command.Builder.args(Collection<String> args)
Arguments for Amazon EMR to pass to the command for execution.
|
Command.Builder |
Command.Builder.args(String... args)
Arguments for Amazon EMR to pass to the command for execution.
|
static Command.Builder |
Command.builder() |
Command.Builder |
Command.Builder.name(String name)
The name of the command.
|
Command.Builder |
Command.Builder.scriptPath(String scriptPath)
The Amazon S3 location of the command script.
|
Command.Builder |
Command.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Command.Builder> |
Command.serializableBuilderClass() |
Copyright © 2022. All rights reserved.