Cloneable, ReadLimitInfo, ToCopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>@Generated("software.amazon.awssdk:codegen") public class EnableStageTransitionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>
Represents the input of an enable stage transition action.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
EnableStageTransitionRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static EnableStageTransitionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
pipelineName() |
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
|
static Class<? extends EnableStageTransitionRequest.Builder> |
serializableBuilderClass() |
|
String |
stageName() |
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or
from that stage to the next stage (outbound).
|
EnableStageTransitionRequest.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 allowed to enter the stage and be processed by the actions in that stage
(inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String pipelineName()
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
public String stageName()
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).
public String transitionType()
Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
StageTransitionTypepublic EnableStageTransitionRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>public static EnableStageTransitionRequest.Builder builder()
public static Class<? extends EnableStageTransitionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.