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.BuilderCommand.Builder. args(String... args)Arguments for Amazon EMR to pass to the command for execution.Command.BuilderCommand.Builder. args(Collection<String> args)Arguments for Amazon EMR to pass to the command for execution.static Command.BuilderCommand. builder()Command.BuilderCommand.Builder. name(String name)The name of the command.Command.BuilderCommand.Builder. scriptPath(String scriptPath)The Amazon S3 location of the command script.Command.BuilderCommand. 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()
-