public static interface TransitionState.Builder extends CopyableBuilder<TransitionState.Builder,TransitionState>
Modifier and Type | Method and Description |
---|---|
TransitionState.Builder |
disabledReason(String disabledReason)
The user-specified reason why the transition between two stages of a pipeline was disabled.
|
TransitionState.Builder |
enabled(Boolean enabled)
Whether the transition between stages is enabled (true) or disabled (false).
|
TransitionState.Builder |
lastChangedAt(Instant lastChangedAt)
The timestamp when the transition state was last changed.
|
TransitionState.Builder |
lastChangedBy(String lastChangedBy)
The ID of the user who last changed the transition state.
|
copy
applyMutation, build
TransitionState.Builder enabled(Boolean enabled)
Whether the transition between stages is enabled (true) or disabled (false).
enabled
- Whether the transition between stages is enabled (true) or disabled (false).TransitionState.Builder lastChangedBy(String lastChangedBy)
The ID of the user who last changed the transition state.
lastChangedBy
- The ID of the user who last changed the transition state.TransitionState.Builder lastChangedAt(Instant lastChangedAt)
The timestamp when the transition state was last changed.
lastChangedAt
- The timestamp when the transition state was last changed.TransitionState.Builder disabledReason(String disabledReason)
The user-specified reason why the transition between two stages of a pipeline was disabled.
disabledReason
- The user-specified reason why the transition between two stages of a pipeline was disabled.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.