Interface EMRStepMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EMRStepMetadata.Builder,
,EMRStepMetadata> SdkBuilder<EMRStepMetadata.Builder,
,EMRStepMetadata> SdkPojo
- Enclosing class:
EMRStepMetadata
@Mutable
@NotThreadSafe
public static interface EMRStepMetadata.Builder
extends SdkPojo, CopyableBuilder<EMRStepMetadata.Builder,EMRStepMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the EMR cluster.logFilePath
(String logFilePath) The path to the log file where the cluster step's failure root cause is recorded.The identifier of the EMR cluster step.The name of the EMR cluster step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-