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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EMRStepMetadata.BuilderclusterId(String clusterId)The identifier of the EMR cluster.EMRStepMetadata.BuilderlogFilePath(String logFilePath)The path to the log file where the cluster step's failure root cause is recorded.EMRStepMetadata.BuilderstepId(String stepId)The identifier of the EMR cluster step.EMRStepMetadata.BuilderstepName(String stepName)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 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.
-
-