Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public class RetryStageExecutionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>
Represents the input of a retry stage execution action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RetryStageExecutionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static RetryStageExecutionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
pipelineExecutionId() |
The ID of the pipeline execution in the failed stage to be retried.
|
String |
pipelineName() |
The name of the pipeline that contains the failed stage.
|
String |
retryMode() |
The scope of the retry attempt.
|
static Class<? extends RetryStageExecutionRequest.Builder> |
serializableBuilderClass() |
|
String |
stageName() |
The name of the failed stage to be retried.
|
RetryStageExecutionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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 that contains the failed stage.
public String stageName()
The name of the failed stage to be retried.
public String pipelineExecutionId()
The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage
public String retryMode()
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
StageRetryMode
public RetryStageExecutionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>
public static RetryStageExecutionRequest.Builder builder()
public static Class<? extends RetryStageExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.