public static interface DescribePipelineResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribePipelineResponse.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribePipelineResponse.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribePipelineResponse.Builder |
creationTime(Instant creationTime)
The time when the pipeline was created.
|
default DescribePipelineResponse.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribePipelineResponse.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribePipelineResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time when the pipeline was last modified.
|
DescribePipelineResponse.Builder |
lastRunTime(Instant lastRunTime)
The time when the pipeline was last run.
|
default DescribePipelineResponse.Builder |
parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
Lists the parallelism configuration applied to the pipeline.
|
DescribePipelineResponse.Builder |
parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
Lists the parallelism configuration applied to the pipeline.
|
DescribePipelineResponse.Builder |
pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
DescribePipelineResponse.Builder |
pipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
|
DescribePipelineResponse.Builder |
pipelineDescription(String pipelineDescription)
The description of the pipeline.
|
DescribePipelineResponse.Builder |
pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
DescribePipelineResponse.Builder |
pipelineName(String pipelineName)
The name of the pipeline.
|
DescribePipelineResponse.Builder |
pipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline execution.
|
DescribePipelineResponse.Builder |
pipelineStatus(String pipelineStatus)
The status of the pipeline execution.
|
DescribePipelineResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePipelineResponse.Builder pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn - The Amazon Resource Name (ARN) of the pipeline.DescribePipelineResponse.Builder pipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.DescribePipelineResponse.Builder pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName - The display name of the pipeline.DescribePipelineResponse.Builder pipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
pipelineDefinition - The JSON pipeline definition.DescribePipelineResponse.Builder pipelineDescription(String pipelineDescription)
The description of the pipeline.
pipelineDescription - The description of the pipeline.DescribePipelineResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.DescribePipelineResponse.Builder pipelineStatus(String pipelineStatus)
The status of the pipeline execution.
pipelineStatus - The status of the pipeline execution.PipelineStatus,
PipelineStatusDescribePipelineResponse.Builder pipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline execution.
pipelineStatus - The status of the pipeline execution.PipelineStatus,
PipelineStatusDescribePipelineResponse.Builder creationTime(Instant creationTime)
The time when the pipeline was created.
creationTime - The time when the pipeline was created.DescribePipelineResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the pipeline was last modified.
lastModifiedTime - The time when the pipeline was last modified.DescribePipelineResponse.Builder lastRunTime(Instant lastRunTime)
The time when the pipeline was last run.
lastRunTime - The time when the pipeline was last run.DescribePipelineResponse.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default DescribePipelineResponse.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)DescribePipelineResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.default DescribePipelineResponse.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)DescribePipelineResponse.Builder parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
Lists the parallelism configuration applied to the pipeline.
parallelismConfiguration - Lists the parallelism configuration applied to the pipeline.default DescribePipelineResponse.Builder parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
Lists the parallelism configuration applied to the pipeline.
This is a convenience that creates an instance of theParallelismConfiguration.Builder avoiding the
need to create one manually via ParallelismConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to parallelismConfiguration(ParallelismConfiguration).parallelismConfiguration - a consumer that will call methods on ParallelismConfiguration.BuilderparallelismConfiguration(ParallelismConfiguration)Copyright © 2022. All rights reserved.