| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected EmrStep |
EmrCluster.activeStep |
protected EmrStep |
EmrCluster.step |
| Modifier and Type | Method and Description |
|---|---|
EmrStep |
ObjectFactory.createEmrStep()
Create an instance of
EmrStep |
EmrStep |
EmrCluster.getActiveStep()
Gets the value of the activeStep property.
|
EmrStep |
EmrCluster.getStep()
Gets the value of the step property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmrCluster.setActiveStep(EmrStep value)
Sets the value of the activeStep property.
|
void |
EmrCluster.setStep(EmrStep value)
Sets the value of the step property.
|
| Constructor and Description |
|---|
EmrCluster(String id,
String status,
StatusChangeReason statusChangeReason,
StatusTimeline statusTimeline,
String namespace,
String emrClusterDefinitionName,
String emrClusterName,
String accountId,
EmrStep activeStep,
EmrStep step,
Boolean dryRun,
Boolean emrClusterCreated,
EmrClusterDefinition emrClusterDefinition,
List<EmrClusterInstanceFleet> instanceFleets)
Fully-initialising value constructor
|
Copyright © 2021. All rights reserved.