Uses of Interface
software.amazon.awssdk.services.codepipeline.model.BeforeEntryConditions.Builder
-
Packages that use BeforeEntryConditions.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of BeforeEntryConditions.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return BeforeEntryConditions.Builder Modifier and Type Method Description static BeforeEntryConditions.BuilderBeforeEntryConditions. builder()BeforeEntryConditions.BuilderBeforeEntryConditions.Builder. conditions(Collection<Condition> conditions)The conditions that are configured as entry conditions.BeforeEntryConditions.BuilderBeforeEntryConditions.Builder. conditions(Consumer<Condition.Builder>... conditions)The conditions that are configured as entry conditions.BeforeEntryConditions.BuilderBeforeEntryConditions.Builder. conditions(Condition... conditions)The conditions that are configured as entry conditions.BeforeEntryConditions.BuilderBeforeEntryConditions. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type BeforeEntryConditions.Builder Modifier and Type Method Description static Class<? extends BeforeEntryConditions.Builder>BeforeEntryConditions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type BeforeEntryConditions.Builder Modifier and Type Method Description default StageDeclaration.BuilderStageDeclaration.Builder. beforeEntry(Consumer<BeforeEntryConditions.Builder> beforeEntry)The method to use when a stage allows entry.
-