| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static TransitionState.Builder |
TransitionState.builder() |
TransitionState.Builder |
TransitionState.Builder.disabledReason(String disabledReason)
The user-specified reason why the transition between two stages of a pipeline was disabled.
|
TransitionState.Builder |
TransitionState.Builder.enabled(Boolean enabled)
Whether the transition between stages is enabled (true) or disabled (false).
|
TransitionState.Builder |
TransitionState.Builder.lastChangedAt(Instant lastChangedAt)
The timestamp when the transition state was last changed.
|
TransitionState.Builder |
TransitionState.Builder.lastChangedBy(String lastChangedBy)
The ID of the user who last changed the transition state.
|
TransitionState.Builder |
TransitionState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransitionState.Builder> |
TransitionState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StageState.Builder |
StageState.Builder.inboundTransitionState(Consumer<TransitionState.Builder> inboundTransitionState)
The state of the inbound transition, which is either enabled or disabled.
|
Copyright © 2023. All rights reserved.