Interface RollbackStageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodePipelineResponse.Builder,CopyableBuilder<RollbackStageResponse.Builder,RollbackStageResponse>,SdkBuilder<RollbackStageResponse.Builder,RollbackStageResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RollbackStageResponse
public static interface RollbackStageResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<RollbackStageResponse.Builder,RollbackStageResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RollbackStageResponse.BuilderpipelineExecutionId(String pipelineExecutionId)The execution ID of the pipeline execution for the stage that has been rolled back.-
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
RollbackStageResponse.Builder pipelineExecutionId(String pipelineExecutionId)
The execution ID of the pipeline execution for the stage that has been rolled back.
- Parameters:
pipelineExecutionId- The execution ID of the pipeline execution for the stage that has been rolled back.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-