Interface StartPipelineExecutionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CodePipelineRequest.Builder,- CopyableBuilder<StartPipelineExecutionRequest.Builder,,- StartPipelineExecutionRequest> - SdkBuilder<StartPipelineExecutionRequest.Builder,,- StartPipelineExecutionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- StartPipelineExecutionRequest
- 
Method SummaryModifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) The system-generated unique ID used to identify a unique execution request.The name of the pipeline to start.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceRevisions(Collection<SourceRevisionOverride> sourceRevisions) A list that allows you to specify, or override, the source revision for a pipeline execution that's being started.sourceRevisions(Consumer<SourceRevisionOverride.Builder>... sourceRevisions) A list that allows you to specify, or override, the source revision for a pipeline execution that's being started.sourceRevisions(SourceRevisionOverride... sourceRevisions) A list that allows you to specify, or override, the source revision for a pipeline execution that's being started.variables(Collection<PipelineVariable> variables) A list that overrides pipeline variables for a pipeline execution that's being started.variables(Consumer<PipelineVariable.Builder>... variables) A list that overrides pipeline variables for a pipeline execution that's being started.variables(PipelineVariable... variables) A list that overrides pipeline variables for a pipeline execution that's being started.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the pipeline to start. - Parameters:
- name- The name of the pipeline to start.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
variablesA list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.- Parameters:
- variables- A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match- [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
variablesA list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.- Parameters:
- variables- A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match- [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
variablesA list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match This is a convenience method that creates an instance of the[A-Za-z0-9@\-_]+, and the values can be anything except an empty string.PipelineVariable.Builderavoiding the need to create one manually viaPipelineVariable.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovariables(List<PipelineVariable>).- Parameters:
- variables- a consumer that will call methods on- PipelineVariable.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
clientRequestTokenThe system-generated unique ID used to identify a unique execution request. - Parameters:
- clientRequestToken- The system-generated unique ID used to identify a unique execution request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceRevisionsStartPipelineExecutionRequest.Builder sourceRevisions(Collection<SourceRevisionOverride> sourceRevisions) A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution. - Parameters:
- sourceRevisions- A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceRevisionsA list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution. - Parameters:
- sourceRevisions- A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceRevisionsStartPipelineExecutionRequest.Builder sourceRevisions(Consumer<SourceRevisionOverride.Builder>... sourceRevisions) A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution. This is a convenience method that creates an instance of theSourceRevisionOverride.Builderavoiding the need to create one manually viaSourceRevisionOverride.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceRevisions(List<SourceRevisionOverride>).- Parameters:
- sourceRevisions- a consumer that will call methods on- SourceRevisionOverride.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationStartPipelineExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationStartPipelineExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-