Interface RetryStageExecutionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodePipelineResponse.Builder,CopyableBuilder<RetryStageExecutionResponse.Builder,RetryStageExecutionResponse>,SdkBuilder<RetryStageExecutionResponse.Builder,RetryStageExecutionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RetryStageExecutionResponse
public static interface RetryStageExecutionResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<RetryStageExecutionResponse.Builder,RetryStageExecutionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetryStageExecutionResponse.BuilderpipelineExecutionId(String pipelineExecutionId)The ID of the current workflow execution in the failed stage.-
Methods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
pipelineExecutionId
RetryStageExecutionResponse.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow execution in the failed stage.
- Parameters:
pipelineExecutionId- The ID of the current workflow execution in the failed stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-