Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private TransitionState |
StageState.inboundTransitionState
The state of the inbound transition, which is either enabled or disabled.
|
Modifier and Type | Method and Description |
---|---|
TransitionState |
TransitionState.clone() |
TransitionState |
StageState.getInboundTransitionState()
The state of the inbound transition, which is either enabled or disabled.
|
TransitionState |
TransitionState.withDisabledReason(java.lang.String disabledReason)
The user-specified reason why the transition between two stages of a
pipeline was disabled.
|
TransitionState |
TransitionState.withEnabled(java.lang.Boolean enabled)
Whether the transition between stages is enabled (true) or disabled
(false).
|
TransitionState |
TransitionState.withLastChangedAt(java.util.Date lastChangedAt)
The timestamp when the transition state was last changed.
|
TransitionState |
TransitionState.withLastChangedBy(java.lang.String lastChangedBy)
The ID of the user who last changed the transition state.
|
Modifier and Type | Method and Description |
---|---|
void |
StageState.setInboundTransitionState(TransitionState inboundTransitionState)
The state of the inbound transition, which is either enabled or disabled.
|
StageState |
StageState.withInboundTransitionState(TransitionState inboundTransitionState)
The state of the inbound transition, which is either enabled or disabled.
|
Modifier and Type | Method and Description |
---|---|
TransitionState |
TransitionStateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TransitionStateJsonMarshaller.marshall(TransitionState transitionState,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|