Uses of Interface
software.amazon.awssdk.services.emr.model.Command.Builder
-
Packages that use Command.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of Command.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return Command.Builder Modifier and Type Method Description Command.Builder
Command.Builder. args(String... args)
Arguments for Amazon EMR to pass to the command for execution.Command.Builder
Command.Builder. args(Collection<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()
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type Command.Builder Modifier and Type Method Description static Class<? extends Command.Builder>
Command. serializableBuilderClass()
-