Class CfnPipeline.Builder
java.lang.Object
software.amazon.awscdk.services.iotsitewise.CfnPipeline.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipeline>
- Enclosing class:
CfnPipeline
@Stability(Stable)
public static final class CfnPipeline.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipeline>
A fluent builder for
CfnPipeline.-
Method Summary
Modifier and TypeMethodDescriptionbuild()computations(List<? extends Object> computations) The list of compute nodes that form the pipeline DAG.computations(IResolvable computations) The list of compute nodes that form the pipeline DAG.static CfnPipeline.Builderdescription(String description) A description of the pipeline.environmentVariables(Map<String, String> environmentVariables) A map of environment variable key-value pairs.environmentVariables(IResolvable environmentVariables) A map of environment variable key-value pairs.pipelineName(String pipelineName) The name of the pipeline.An array of key-value pairs to apply to this resource.workspaceName(String workspaceName) The name of the workspace.
-
Method Details
-
create
@Stability(Stable) public static CfnPipeline.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnPipeline.Builder.
-
computations
The list of compute nodes that form the pipeline DAG.- Parameters:
computations- The list of compute nodes that form the pipeline DAG. This parameter is required.- Returns:
this- See Also:
-
computations
The list of compute nodes that form the pipeline DAG.- Parameters:
computations- The list of compute nodes that form the pipeline DAG. This parameter is required.- Returns:
this- See Also:
-
pipelineName
The name of the pipeline.Must be unique within the workspace.
- Parameters:
pipelineName- The name of the pipeline. This parameter is required.- Returns:
this- See Also:
-
workspaceName
The name of the workspace.- Parameters:
workspaceName- The name of the workspace. This parameter is required.- Returns:
this- See Also:
-
description
A description of the pipeline.- Parameters:
description- A description of the pipeline. This parameter is required.- Returns:
this- See Also:
-
environmentVariables
@Stability(Stable) public CfnPipeline.Builder environmentVariables(IResolvable environmentVariables) A map of environment variable key-value pairs.- Parameters:
environmentVariables- A map of environment variable key-value pairs. This parameter is required.- Returns:
this- See Also:
-
environmentVariables
@Stability(Stable) public CfnPipeline.Builder environmentVariables(Map<String, String> environmentVariables) A map of environment variable key-value pairs.- Parameters:
environmentVariables- A map of environment variable key-value pairs. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipeline>- Returns:
- a newly built instance of
CfnPipeline.
-