Java com.amazonaws.services.elasticmapreduce.model BootstrapActionConfig fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticmapreduce.model BootstrapActionConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticmapreduce.model BootstrapActionConfig.

The text is from its open source code.

Constructor

BootstrapActionConfig(String name, ScriptBootstrapActionConfig scriptBootstrapAction)
Constructs a new BootstrapActionConfig object.
BootstrapActionConfig()
Default constructor for BootstrapActionConfig object.

Method

StringgetName()

The name of the bootstrap action.

ScriptBootstrapActionConfiggetScriptBootstrapAction()

The script run by the bootstrap action.

voidsetName(String name)

The name of the bootstrap action.

voidsetScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)

The script run by the bootstrap action.