public static interface CreatePipelineRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreatePipelineRequest.Builder,CreatePipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePipelineRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
CreatePipelineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePipelineRequest.Builder |
pipelineDefinition(String pipelineDefinition)
The JSON pipeline definition of the pipeline.
|
CreatePipelineRequest.Builder |
pipelineDescription(String pipelineDescription)
A description of the pipeline.
|
CreatePipelineRequest.Builder |
pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
CreatePipelineRequest.Builder |
pipelineName(String pipelineName)
The name of the pipeline.
|
CreatePipelineRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.
|
CreatePipelineRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to apply to the created pipeline.
|
CreatePipelineRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the created pipeline.
|
CreatePipelineRequest.Builder |
tags(Tag... tags)
A list of tags to apply to the created pipeline.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePipelineRequest.Builder pipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.CreatePipelineRequest.Builder pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName - The display name of the pipeline.CreatePipelineRequest.Builder pipelineDefinition(String pipelineDefinition)
The JSON pipeline definition of the pipeline.
pipelineDefinition - The JSON pipeline definition of the pipeline.CreatePipelineRequest.Builder pipelineDescription(String pipelineDescription)
A description of the pipeline.
pipelineDescription - A description of the pipeline.CreatePipelineRequest.Builder clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An
idempotent operation completes no more than one time.CreatePipelineRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.
roleArn - The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.CreatePipelineRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the created pipeline.
tags - A list of tags to apply to the created pipeline.CreatePipelineRequest.Builder tags(Tag... tags)
A list of tags to apply to the created pipeline.
tags - A list of tags to apply to the created pipeline.CreatePipelineRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the created pipeline.
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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreatePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.