Interface Step.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Step.Builder,Step>,SdkBuilder<Step.Builder,Step>,SdkPojo
- Enclosing class:
- Step
public static interface Step.Builder extends SdkPojo, CopyableBuilder<Step.Builder,Step>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Step.BuildercomponentId(String componentId)The component ID.Step.BuildercomponentType(String componentType)The component type.-
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
-
componentId
Step.Builder componentId(String componentId)
The component ID.
- Parameters:
componentId- The component ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentType
Step.Builder componentType(String componentType)
The component type.
- Parameters:
componentType- The component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-