@Generated(value="software.amazon.awssdk:codegen") public final class RetryStageExecutionRequest extends CodePipelineRequest implements ToCopyableBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>
Represents the input of a RetryStageExecution action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetryStageExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetryStageExecutionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
StageRetryMode |
retryMode()
The scope of the retry attempt.
|
String |
retryModeAsString()
The scope of the retry attempt.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RetryStageExecutionRequest.Builder> |
serializableBuilderClass() |
String |
stageName()
The name of the failed stage to be retried.
|
RetryStageExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineName()
The name of the pipeline that contains the failed stage.
public final String stageName()
The name of the failed stage to be retried.
public final 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 final StageRetryMode retryMode()
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
If the service returns an enum value that is not available in the current SDK version, retryMode will
return StageRetryMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
retryModeAsString().
StageRetryModepublic final String retryModeAsString()
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
If the service returns an enum value that is not available in the current SDK version, retryMode will
return StageRetryMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
retryModeAsString().
StageRetryModepublic RetryStageExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>toBuilder in class CodePipelineRequestpublic static RetryStageExecutionRequest.Builder builder()
public static Class<? extends RetryStageExecutionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.