Interface EMRStepMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EMRStepMetadata.Builder,EMRStepMetadata>, SdkBuilder<EMRStepMetadata.Builder,EMRStepMetadata>, SdkPojo
Enclosing class:
EMRStepMetadata

public static interface EMRStepMetadata.Builder extends SdkPojo, CopyableBuilder<EMRStepMetadata.Builder,EMRStepMetadata>
  • Method Details

    • clusterId

      EMRStepMetadata.Builder clusterId(String clusterId)

      The identifier of the EMR cluster.

      Parameters:
      clusterId - The identifier of the EMR cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepId

      The identifier of the EMR cluster step.

      Parameters:
      stepId - The identifier of the EMR cluster step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepName

      EMRStepMetadata.Builder stepName(String stepName)

      The name of the EMR cluster step.

      Parameters:
      stepName - The name of the EMR cluster step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logFilePath

      EMRStepMetadata.Builder logFilePath(String logFilePath)

      The path to the log file where the cluster step's failure root cause is recorded.

      Parameters:
      logFilePath - The path to the log file where the cluster step's failure root cause is recorded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.