Interface StepAliasMapping.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StepAliasMapping.Builder,,StepAliasMapping> SdkBuilder<StepAliasMapping.Builder,,StepAliasMapping> SdkPojo
- Enclosing class:
StepAliasMapping
@Mutable
@NotThreadSafe
public static interface StepAliasMapping.Builder
extends SdkPojo, CopyableBuilder<StepAliasMapping.Builder,StepAliasMapping>
-
Method Summary
Modifier and TypeMethodDescriptionThe alias for the step.The unique identifier of the step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stepId
The unique identifier of the step.
- Parameters:
stepId- The unique identifier of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepAlias
The alias for the step.
- Parameters:
stepAlias- The alias for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-