Interface DescribePipelineResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>,SageMakerResponse.Builder,SdkBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribePipelineResponse
public static interface DescribePipelineResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribePipelineResponse.BuildercreatedBy(Consumer<UserContext.Builder> createdBy)Sets the value of the CreatedBy property for this object.DescribePipelineResponse.BuildercreatedBy(UserContext createdBy)Sets the value of the CreatedBy property for this object.DescribePipelineResponse.BuildercreationTime(Instant creationTime)The time when the pipeline was created.default DescribePipelineResponse.BuilderlastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)Sets the value of the LastModifiedBy property for this object.DescribePipelineResponse.BuilderlastModifiedBy(UserContext lastModifiedBy)Sets the value of the LastModifiedBy property for this object.DescribePipelineResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The time when the pipeline was last modified.DescribePipelineResponse.BuilderlastRunTime(Instant lastRunTime)The time when the pipeline was last run.default DescribePipelineResponse.BuilderparallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)Lists the parallelism configuration applied to the pipeline.DescribePipelineResponse.BuilderparallelismConfiguration(ParallelismConfiguration parallelismConfiguration)Lists the parallelism configuration applied to the pipeline.DescribePipelineResponse.BuilderpipelineArn(String pipelineArn)The Amazon Resource Name (ARN) of the pipeline.DescribePipelineResponse.BuilderpipelineDefinition(String pipelineDefinition)The JSON pipeline definition.DescribePipelineResponse.BuilderpipelineDescription(String pipelineDescription)The description of the pipeline.DescribePipelineResponse.BuilderpipelineDisplayName(String pipelineDisplayName)The display name of the pipeline.DescribePipelineResponse.BuilderpipelineName(String pipelineName)The name of the pipeline.DescribePipelineResponse.BuilderpipelineStatus(String pipelineStatus)The status of the pipeline execution.DescribePipelineResponse.BuilderpipelineStatus(PipelineStatus pipelineStatus)The status of the pipeline execution.DescribePipelineResponse.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) that the pipeline uses to execute.-
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
DescribePipelineResponse.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.
-
pipelineName
DescribePipelineResponse.Builder pipelineName(String pipelineName)
The name of the pipeline.
- Parameters:
pipelineName- The name of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineDisplayName
DescribePipelineResponse.Builder pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
- Parameters:
pipelineDisplayName- The display name of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineDefinition
DescribePipelineResponse.Builder pipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
- Parameters:
pipelineDefinition- The JSON pipeline definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineDescription
DescribePipelineResponse.Builder pipelineDescription(String pipelineDescription)
The description of the pipeline.
- Parameters:
pipelineDescription- The description of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
DescribePipelineResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
- Parameters:
roleArn- The Amazon Resource Name (ARN) that the pipeline uses to execute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineStatus
DescribePipelineResponse.Builder pipelineStatus(String pipelineStatus)
The status of the pipeline execution.
- Parameters:
pipelineStatus- The status of the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipelineStatus,PipelineStatus
-
pipelineStatus
DescribePipelineResponse.Builder pipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline execution.
- Parameters:
pipelineStatus- The status of the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipelineStatus,PipelineStatus
-
creationTime
DescribePipelineResponse.Builder creationTime(Instant creationTime)
The time when the pipeline was created.
- Parameters:
creationTime- The time when the pipeline was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
DescribePipelineResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the pipeline was last modified.
- Parameters:
lastModifiedTime- The time when the pipeline was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastRunTime
DescribePipelineResponse.Builder lastRunTime(Instant lastRunTime)
The time when the pipeline was last run.
- Parameters:
lastRunTime- The time when the pipeline was last run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
DescribePipelineResponse.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 DescribePipelineResponse.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
DescribePipelineResponse.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 DescribePipelineResponse.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
DescribePipelineResponse.Builder parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
Lists the parallelism configuration applied to the pipeline.
- Parameters:
parallelismConfiguration- Lists the parallelism configuration applied to the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parallelismConfiguration
default DescribePipelineResponse.Builder parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
Lists 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)
-
-