Uses of Interface
software.amazon.awssdk.services.codepipeline.model.TransitionState.Builder
-
Packages that use TransitionState.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of TransitionState.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return TransitionState.Builder Modifier and Type Method Description static TransitionState.BuilderTransitionState. builder()TransitionState.BuilderTransitionState.Builder. disabledReason(String disabledReason)The user-specified reason why the transition between two stages of a pipeline was disabled.TransitionState.BuilderTransitionState.Builder. enabled(Boolean enabled)Whether the transition between stages is enabled (true) or disabled (false).TransitionState.BuilderTransitionState.Builder. lastChangedAt(Instant lastChangedAt)The timestamp when the transition state was last changed.TransitionState.BuilderTransitionState.Builder. lastChangedBy(String lastChangedBy)The ID of the user who last changed the transition state.TransitionState.BuilderTransitionState. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type TransitionState.Builder Modifier and Type Method Description static Class<? extends TransitionState.Builder>TransitionState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type TransitionState.Builder Modifier and Type Method Description default StageState.BuilderStageState.Builder. inboundTransitionState(Consumer<TransitionState.Builder> inboundTransitionState)The state of the inbound transition, which is either enabled or disabled.
-