Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DisableStageTransitionRequest.Builder,DisableStageTransitionRequest>
@Generated("software.amazon.awssdk:codegen") public class DisableStageTransitionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DisableStageTransitionRequest.Builder,DisableStageTransitionRequest>
Represents the input of a disable stage transition input action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DisableStageTransitionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DisableStageTransitionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
pipelineName() |
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
|
String |
reason() |
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.
|
static Class<? extends DisableStageTransitionRequest.Builder> |
serializableBuilderClass() |
|
String |
stageName() |
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
|
DisableStageTransitionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
transitionType() |
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by
the actions in that stage (outbound).
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String pipelineName()
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
public String stageName()
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
public String transitionType()
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).
StageTransitionType
public String reason()
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.
public DisableStageTransitionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DisableStageTransitionRequest.Builder,DisableStageTransitionRequest>
public static DisableStageTransitionRequest.Builder builder()
public static Class<? extends DisableStageTransitionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.