public static interface PipelineExecution.Builder extends SdkPojo, CopyableBuilder<PipelineExecution.Builder,PipelineExecution>
| Modifier and Type | Method and Description |
|---|---|
default PipelineExecution.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
PipelineExecution.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
PipelineExecution.Builder |
creationTime(Instant creationTime)
The creation time of the pipeline execution.
|
PipelineExecution.Builder |
failureReason(String failureReason)
If the execution failed, a message describing why.
|
default PipelineExecution.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
PipelineExecution.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
PipelineExecution.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time that the pipeline execution was last modified.
|
PipelineExecution.Builder |
pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline that was executed.
|
PipelineExecution.Builder |
pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
PipelineExecution.Builder |
pipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
PipelineExecution.Builder |
pipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
PipelineExecution.Builder |
pipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline status.
|
PipelineExecution.Builder |
pipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline status.
|
default PipelineExecution.Builder |
pipelineExperimentConfig(Consumer<PipelineExperimentConfig.Builder> pipelineExperimentConfig)
Sets the value of the PipelineExperimentConfig property for this object.
|
PipelineExecution.Builder |
pipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig)
Sets the value of the PipelineExperimentConfig property for this object.
|
PipelineExecution.Builder |
pipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters.
|
PipelineExecution.Builder |
pipelineParameters(Consumer<Parameter.Builder>... pipelineParameters)
Contains a list of pipeline parameters.
|
PipelineExecution.Builder |
pipelineParameters(Parameter... pipelineParameters)
Contains a list of pipeline parameters.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipelineExecution.Builder pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline that was executed.
pipelineArn - The Amazon Resource Name (ARN) of the pipeline that was executed.PipelineExecution.Builder pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.PipelineExecution.Builder pipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
pipelineExecutionDisplayName - The display name of the pipeline execution.PipelineExecution.Builder pipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline status.
pipelineExecutionStatus - The status of the pipeline status.PipelineExecutionStatus,
PipelineExecutionStatusPipelineExecution.Builder pipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline status.
pipelineExecutionStatus - The status of the pipeline status.PipelineExecutionStatus,
PipelineExecutionStatusPipelineExecution.Builder pipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
pipelineExecutionDescription - The description of the pipeline execution.PipelineExecution.Builder pipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig)
pipelineExperimentConfig - The new value for the PipelineExperimentConfig property for this object.default PipelineExecution.Builder pipelineExperimentConfig(Consumer<PipelineExperimentConfig.Builder> pipelineExperimentConfig)
PipelineExperimentConfig.Builder avoiding the
need to create one manually via PipelineExperimentConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to pipelineExperimentConfig(PipelineExperimentConfig).pipelineExperimentConfig - a consumer that will call methods on PipelineExperimentConfig.BuilderpipelineExperimentConfig(PipelineExperimentConfig)PipelineExecution.Builder failureReason(String failureReason)
If the execution failed, a message describing why.
failureReason - If the execution failed, a message describing why.PipelineExecution.Builder creationTime(Instant creationTime)
The creation time of the pipeline execution.
creationTime - The creation time of the pipeline execution.PipelineExecution.Builder lastModifiedTime(Instant lastModifiedTime)
The time that the pipeline execution was last modified.
lastModifiedTime - The time that the pipeline execution was last modified.PipelineExecution.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default PipelineExecution.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder avoiding the need to create
one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)PipelineExecution.Builder lastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.default PipelineExecution.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
UserContext.Builder avoiding the need to create
one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lastModifiedBy(UserContext).lastModifiedBy - a consumer that will call methods on UserContext.BuilderlastModifiedBy(UserContext)PipelineExecution.Builder pipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
pipelineParameters - Contains a list of pipeline parameters. This list can be empty.PipelineExecution.Builder pipelineParameters(Parameter... pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
pipelineParameters - Contains a list of pipeline parameters. This list can be empty.PipelineExecution.Builder pipelineParameters(Consumer<Parameter.Builder>... pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #pipelineParameters(List) .pipelineParameters - a consumer that will call methods on List.Builder #pipelineParameters(List) Copyright © 2021. All rights reserved.