Interface SucceededInStageFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SucceededInStageFilter.Builder,SucceededInStageFilter>,SdkBuilder<SucceededInStageFilter.Builder,SucceededInStageFilter>,SdkPojo
- Enclosing class:
- SucceededInStageFilter
public static interface SucceededInStageFilter.Builder extends SdkPojo, CopyableBuilder<SucceededInStageFilter.Builder,SucceededInStageFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SucceededInStageFilter.BuilderstageName(String stageName)The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.-
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
-
stageName
SucceededInStageFilter.Builder stageName(String stageName)
The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.
- Parameters:
stageName- The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-