public static interface UpdatePipelineRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePipelineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePipelineRequest.Builder |
pipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
|
UpdatePipelineRequest.Builder |
pipelineDescription(String pipelineDescription)
The description of the pipeline.
|
UpdatePipelineRequest.Builder |
pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
UpdatePipelineRequest.Builder |
pipelineName(String pipelineName)
The name of the pipeline to update.
|
UpdatePipelineRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePipelineRequest.Builder pipelineName(String pipelineName)
The name of the pipeline to update.
pipelineName - The name of the pipeline to update.UpdatePipelineRequest.Builder pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName - The display name of the pipeline.UpdatePipelineRequest.Builder pipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
pipelineDefinition - The JSON pipeline definition.UpdatePipelineRequest.Builder pipelineDescription(String pipelineDescription)
The description of the pipeline.
pipelineDescription - The description of the pipeline.UpdatePipelineRequest.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.UpdatePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.