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