Interface StepDetailsIdentifiers.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StepDetailsIdentifiers.Builder,StepDetailsIdentifiers>,SdkBuilder<StepDetailsIdentifiers.Builder,StepDetailsIdentifiers>,SdkPojo
- Enclosing class:
- StepDetailsIdentifiers
public static interface StepDetailsIdentifiers.Builder extends SdkPojo, CopyableBuilder<StepDetailsIdentifiers.Builder,StepDetailsIdentifiers>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepDetailsIdentifiers.BuilderjobId(String jobId)The job ID.StepDetailsIdentifiers.BuilderstepId(String stepId)The step ID.-
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, sdkFields
-
-
-
-
Method Detail
-
jobId
StepDetailsIdentifiers.Builder jobId(String jobId)
The job ID.
- Parameters:
jobId- The job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepId
StepDetailsIdentifiers.Builder stepId(String stepId)
The step ID.
- Parameters:
stepId- The step ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-