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