public static interface EMRStepMetadata.Builder extends SdkPojo, CopyableBuilder<EMRStepMetadata.Builder,EMRStepMetadata>
Modifier and Type | Method and Description |
---|---|
EMRStepMetadata.Builder |
clusterId(String clusterId)
The identifier of the EMR cluster.
|
EMRStepMetadata.Builder |
logFilePath(String logFilePath)
The path to the log file where the cluster step's failure root cause is recorded.
|
EMRStepMetadata.Builder |
stepId(String stepId)
The identifier of the EMR cluster step.
|
EMRStepMetadata.Builder |
stepName(String stepName)
The name of the EMR cluster step.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EMRStepMetadata.Builder clusterId(String clusterId)
The identifier of the EMR cluster.
clusterId
- The identifier of the EMR cluster.EMRStepMetadata.Builder stepId(String stepId)
The identifier of the EMR cluster step.
stepId
- The identifier of the EMR cluster step.EMRStepMetadata.Builder stepName(String stepName)
The name of the EMR cluster step.
stepName
- The name of the EMR cluster step.EMRStepMetadata.Builder logFilePath(String logFilePath)
The path to the log file where the cluster step's failure root cause is recorded.
logFilePath
- The path to the log file where the cluster step's failure root cause is recorded.Copyright © 2022. All rights reserved.