Interface PipelineExecution.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PipelineExecution.Builder,,- PipelineExecution> - SdkBuilder<PipelineExecution.Builder,,- PipelineExecution> - SdkPojo
- Enclosing class:
- PipelineExecution
- 
Method SummaryModifier and TypeMethodDescriptiondefault PipelineExecution.BuildercreatedBy(Consumer<UserContext.Builder> createdBy) Sets the value of the CreatedBy property for this object.createdBy(UserContext createdBy) Sets the value of the CreatedBy property for this object.creationTime(Instant creationTime) The creation time of the pipeline execution.failureReason(String failureReason) If the execution failed, a message describing why.default PipelineExecution.BuilderlastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) Sets the value of the LastModifiedBy property for this object.lastModifiedBy(UserContext lastModifiedBy) Sets the value of the LastModifiedBy property for this object.lastModifiedTime(Instant lastModifiedTime) The time that the pipeline execution was last modified.default PipelineExecution.BuilderparallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration) The parallelism configuration applied to the pipeline execution.parallelismConfiguration(ParallelismConfiguration parallelismConfiguration) The parallelism configuration applied to the pipeline execution.pipelineArn(String pipelineArn) The Amazon Resource Name (ARN) of the pipeline that was executed.pipelineExecutionArn(String pipelineExecutionArn) The Amazon Resource Name (ARN) of the pipeline execution.pipelineExecutionDescription(String pipelineExecutionDescription) The description of the pipeline execution.pipelineExecutionDisplayName(String pipelineExecutionDisplayName) The display name of the pipeline execution.pipelineExecutionStatus(String pipelineExecutionStatus) The status of the pipeline status.pipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus) The status of the pipeline status.default PipelineExecution.BuilderpipelineExperimentConfig(Consumer<PipelineExperimentConfig.Builder> pipelineExperimentConfig) Sets the value of the PipelineExperimentConfig property for this object.pipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig) Sets the value of the PipelineExperimentConfig property for this object.pipelineParameters(Collection<Parameter> pipelineParameters) Contains a list of pipeline parameters.pipelineParameters(Consumer<Parameter.Builder>... pipelineParameters) Contains a list of pipeline parameters.pipelineParameters(Parameter... pipelineParameters) Contains a list of pipeline parameters.pipelineVersionDisplayName(String pipelineVersionDisplayName) The display name of the pipeline version that started this execution.pipelineVersionId(Long pipelineVersionId) The ID of the pipeline version that started this execution.default PipelineExecution.BuilderselectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig) The selective execution configuration applied to the pipeline run.selectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig) The selective execution configuration applied to the pipeline run.Methods 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- 
pipelineArnThe Amazon Resource Name (ARN) of the pipeline that was executed. - Parameters:
- pipelineArn- The Amazon Resource Name (ARN) of the pipeline that was executed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineExecutionArnThe Amazon Resource Name (ARN) of the pipeline execution. - Parameters:
- pipelineExecutionArn- The Amazon Resource Name (ARN) of the pipeline execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineExecutionDisplayNameThe display name of the pipeline execution. - Parameters:
- pipelineExecutionDisplayName- The display name of the pipeline execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineExecutionStatusThe status of the pipeline status. - Parameters:
- pipelineExecutionStatus- The status of the pipeline status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pipelineExecutionStatusThe status of the pipeline status. - Parameters:
- pipelineExecutionStatus- The status of the pipeline status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pipelineExecutionDescriptionThe description of the pipeline execution. - Parameters:
- pipelineExecutionDescription- The description of the pipeline execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineExperimentConfigPipelineExecution.Builder pipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig) Sets the value of the PipelineExperimentConfig property for this object.- Parameters:
- pipelineExperimentConfig- The new value for the PipelineExperimentConfig property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineExperimentConfigdefault PipelineExecution.Builder pipelineExperimentConfig(Consumer<PipelineExperimentConfig.Builder> pipelineExperimentConfig) Sets the value of the PipelineExperimentConfig property for this object. This is a convenience method that creates an instance of thePipelineExperimentConfig.Builderavoiding the need to create one manually viaPipelineExperimentConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelineExperimentConfig(PipelineExperimentConfig).- Parameters:
- pipelineExperimentConfig- a consumer that will call methods on- PipelineExperimentConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
failureReasonIf the execution failed, a message describing why. - Parameters:
- failureReason- If the execution failed, a message describing why.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe creation time of the pipeline execution. - Parameters:
- creationTime- The creation time of the pipeline execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimeThe time that the pipeline execution was last modified. - Parameters:
- lastModifiedTime- The time that the pipeline execution was last modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdBySets the value of the CreatedBy property for this object.- Parameters:
- createdBy- The new value for the CreatedBy property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdBySets the value of the CreatedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocreatedBy(UserContext).- Parameters:
- createdBy- a consumer that will call methods on- UserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastModifiedBySets the value of the LastModifiedBy property for this object.- Parameters:
- lastModifiedBy- The new value for the LastModifiedBy property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedBySets the value of the LastModifiedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastModifiedBy(UserContext).- Parameters:
- lastModifiedBy- a consumer that will call methods on- UserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
parallelismConfigurationPipelineExecution.Builder parallelismConfiguration(ParallelismConfiguration parallelismConfiguration) The parallelism configuration applied to the pipeline execution. - Parameters:
- parallelismConfiguration- The parallelism configuration applied to the pipeline execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parallelismConfigurationdefault PipelineExecution.Builder parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration) The parallelism configuration applied to the pipeline execution. This is a convenience method that creates an instance of theParallelismConfiguration.Builderavoiding the need to create one manually viaParallelismConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparallelismConfiguration(ParallelismConfiguration).- Parameters:
- parallelismConfiguration- a consumer that will call methods on- ParallelismConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
selectiveExecutionConfigPipelineExecution.Builder selectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig) The selective execution configuration applied to the pipeline run. - Parameters:
- selectiveExecutionConfig- The selective execution configuration applied to the pipeline run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
selectiveExecutionConfigdefault PipelineExecution.Builder selectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig) The selective execution configuration applied to the pipeline run. This is a convenience method that creates an instance of theSelectiveExecutionConfig.Builderavoiding the need to create one manually viaSelectiveExecutionConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toselectiveExecutionConfig(SelectiveExecutionConfig).- Parameters:
- selectiveExecutionConfig- a consumer that will call methods on- SelectiveExecutionConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pipelineParametersContains a list of pipeline parameters. This list can be empty. - Parameters:
- pipelineParameters- Contains a list of pipeline parameters. This list can be empty.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineParametersContains a list of pipeline parameters. This list can be empty. - Parameters:
- pipelineParameters- Contains a list of pipeline parameters. This list can be empty.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineParametersContains a list of pipeline parameters. This list can be empty. This is a convenience method that creates an instance of theParameter.Builderavoiding the need to create one manually viaParameter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelineParameters(List<Parameter>).- Parameters:
- pipelineParameters- a consumer that will call methods on- Parameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pipelineVersionIdThe ID of the pipeline version that started this execution. - Parameters:
- pipelineVersionId- The ID of the pipeline version that started this execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineVersionDisplayNameThe display name of the pipeline version that started this execution. - Parameters:
- pipelineVersionDisplayName- The display name of the pipeline version that started this execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-