Uses of Interface
software.amazon.awssdk.services.emr.model.StepConfig.Builder
-
Packages that use StepConfig.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of StepConfig.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return StepConfig.Builder Modifier and Type Method Description StepConfig.BuilderStepConfig.Builder. actionOnFailure(String actionOnFailure)The action to take when the step fails.StepConfig.BuilderStepConfig.Builder. actionOnFailure(ActionOnFailure actionOnFailure)The action to take when the step fails.static StepConfig.BuilderStepConfig. builder()default StepConfig.BuilderStepConfig.Builder. hadoopJarStep(Consumer<HadoopJarStepConfig.Builder> hadoopJarStep)The JAR file used for the step.StepConfig.BuilderStepConfig.Builder. hadoopJarStep(HadoopJarStepConfig hadoopJarStep)The JAR file used for the step.StepConfig.BuilderStepConfig.Builder. name(String name)The name of the step.StepConfig.BuilderStepConfig. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type StepConfig.Builder Modifier and Type Method Description static Class<? extends StepConfig.Builder>StepConfig. serializableBuilderClass()
-