Interface DescribePipelineExecutionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribePipelineExecutionResponse.Builder,DescribePipelineExecutionResponse>,SageMakerResponse.Builder,SdkBuilder<DescribePipelineExecutionResponse.Builder,DescribePipelineExecutionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribePipelineExecutionResponse
public static interface DescribePipelineExecutionResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribePipelineExecutionResponse.Builder,DescribePipelineExecutionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribePipelineExecutionResponse.BuildercreatedBy(Consumer<UserContext.Builder> createdBy)Sets the value of the CreatedBy property for this object.DescribePipelineExecutionResponse.BuildercreatedBy(UserContext createdBy)Sets the value of the CreatedBy property for this object.DescribePipelineExecutionResponse.BuildercreationTime(Instant creationTime)The time when the pipeline execution was created.DescribePipelineExecutionResponse.BuilderfailureReason(String failureReason)If the execution failed, a message describing why.default DescribePipelineExecutionResponse.BuilderlastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)Sets the value of the LastModifiedBy property for this object.DescribePipelineExecutionResponse.BuilderlastModifiedBy(UserContext lastModifiedBy)Sets the value of the LastModifiedBy property for this object.DescribePipelineExecutionResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The time when the pipeline execution was modified last.default DescribePipelineExecutionResponse.BuilderparallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)The parallelism configuration applied to the pipeline.DescribePipelineExecutionResponse.BuilderparallelismConfiguration(ParallelismConfiguration parallelismConfiguration)The parallelism configuration applied to the pipeline.DescribePipelineExecutionResponse.BuilderpipelineArn(String pipelineArn)The Amazon Resource Name (ARN) of the pipeline.DescribePipelineExecutionResponse.BuilderpipelineExecutionArn(String pipelineExecutionArn)The Amazon Resource Name (ARN) of the pipeline execution.DescribePipelineExecutionResponse.BuilderpipelineExecutionDescription(String pipelineExecutionDescription)The description of the pipeline execution.DescribePipelineExecutionResponse.BuilderpipelineExecutionDisplayName(String pipelineExecutionDisplayName)The display name of the pipeline execution.DescribePipelineExecutionResponse.BuilderpipelineExecutionStatus(String pipelineExecutionStatus)The status of the pipeline execution.DescribePipelineExecutionResponse.BuilderpipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)The status of the pipeline execution.default DescribePipelineExecutionResponse.BuilderpipelineExperimentConfig(Consumer<PipelineExperimentConfig.Builder> pipelineExperimentConfig)Sets the value of the PipelineExperimentConfig property for this object.DescribePipelineExecutionResponse.BuilderpipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig)Sets the value of the PipelineExperimentConfig property for this object.default DescribePipelineExecutionResponse.BuilderselectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig)The selective execution configuration applied to the pipeline run.DescribePipelineExecutionResponse.BuilderselectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)The selective execution configuration applied to the pipeline run.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
pipelineArn
DescribePipelineExecutionResponse.Builder pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
- Parameters:
pipelineArn- The Amazon Resource Name (ARN) of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineExecutionArn
DescribePipelineExecutionResponse.Builder pipelineExecutionArn(String pipelineExecutionArn)
The 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.
-
pipelineExecutionDisplayName
DescribePipelineExecutionResponse.Builder pipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The 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.
-
pipelineExecutionStatus
DescribePipelineExecutionResponse.Builder pipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
- Parameters:
pipelineExecutionStatus- The status of the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipelineExecutionStatus,PipelineExecutionStatus
-
pipelineExecutionStatus
DescribePipelineExecutionResponse.Builder pipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline execution.
- Parameters:
pipelineExecutionStatus- The status of the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipelineExecutionStatus,PipelineExecutionStatus
-
pipelineExecutionDescription
DescribePipelineExecutionResponse.Builder pipelineExecutionDescription(String pipelineExecutionDescription)
The 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.
-
pipelineExperimentConfig
DescribePipelineExecutionResponse.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.
-
pipelineExperimentConfig
default DescribePipelineExecutionResponse.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 onPipelineExperimentConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
pipelineExperimentConfig(PipelineExperimentConfig)
-
failureReason
DescribePipelineExecutionResponse.Builder failureReason(String failureReason)
If 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.
-
creationTime
DescribePipelineExecutionResponse.Builder creationTime(Instant creationTime)
The time when the pipeline execution was created.
- Parameters:
creationTime- The time when the pipeline execution was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
DescribePipelineExecutionResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the pipeline execution was modified last.
- Parameters:
lastModifiedTime- The time when the pipeline execution was modified last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
DescribePipelineExecutionResponse.Builder createdBy(UserContext createdBy)
Sets 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.
-
createdBy
default DescribePipelineExecutionResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
Sets 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 onUserContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
createdBy(UserContext)
-
lastModifiedBy
DescribePipelineExecutionResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
Sets 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.
-
lastModifiedBy
default DescribePipelineExecutionResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets 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 onUserContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lastModifiedBy(UserContext)
-
parallelismConfiguration
DescribePipelineExecutionResponse.Builder parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
- Parameters:
parallelismConfiguration- The parallelism configuration applied to the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parallelismConfiguration
default DescribePipelineExecutionResponse.Builder parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
The parallelism configuration applied to the pipeline.
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 onParallelismConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
parallelismConfiguration(ParallelismConfiguration)
-
selectiveExecutionConfig
DescribePipelineExecutionResponse.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.
-
selectiveExecutionConfig
default DescribePipelineExecutionResponse.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 onSelectiveExecutionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
selectiveExecutionConfig(SelectiveExecutionConfig)
-
-