Class JobStep
- java.lang.Object
-
- software.amazon.awssdk.services.m2.model.JobStep
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobStep.Builder,JobStep>
@Generated("software.amazon.awssdk:codegen") public final class JobStep extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobStep.Builder,JobStep>
Provides information related to a job step.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobStep.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobStep.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprocStepName()The name of a procedure step.IntegerprocStepNumber()The number of a procedure step.List<SdkField<?>>sdkFields()static Class<? extends JobStep.Builder>serializableBuilderClass()StringstepCondCode()The condition code of a step.StringstepName()The name of a step.IntegerstepNumber()The number of a step.BooleanstepRestartable()Specifies if a step can be restarted or not.JobStep.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
procStepName
public final String procStepName()
The name of a procedure step.
- Returns:
- The name of a procedure step.
-
procStepNumber
public final Integer procStepNumber()
The number of a procedure step.
- Returns:
- The number of a procedure step.
-
stepCondCode
public final String stepCondCode()
The condition code of a step.
- Returns:
- The condition code of a step.
-
stepName
public final String stepName()
The name of a step.
- Returns:
- The name of a step.
-
stepNumber
public final Integer stepNumber()
The number of a step.
- Returns:
- The number of a step.
-
stepRestartable
public final Boolean stepRestartable()
Specifies if a step can be restarted or not.
- Returns:
- Specifies if a step can be restarted or not.
-
toBuilder
public JobStep.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobStep.Builder,JobStep>
-
builder
public static JobStep.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobStep.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-