Interface EMRStepMetadata.Builder

    • Method Detail

      • 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

        EMRStepMetadata.Builder stepId​(String 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.