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