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