Class CfnPipelinePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnPipelinePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipelinePropsMixin>
- Enclosing class:
CfnPipelinePropsMixin
@Stability(Stable)
public static final class CfnPipelinePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipelinePropsMixin>
A fluent builder for
CfnPipelinePropsMixin.-
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.create()create(CfnPropertyMixinOptions options) description(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 CfnPipelinePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPipelinePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPipelinePropsMixin.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
@Stability(Stable) public CfnPipelinePropsMixin.Builder computations(List<? extends Object> 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:
-
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 CfnPipelinePropsMixin.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 CfnPipelinePropsMixin.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:
-
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:
-
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:
-
workspaceName
The name of the workspace.- Parameters:
workspaceName- The name of the workspace. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipelinePropsMixin>- Returns:
- a newly built instance of
CfnPipelinePropsMixin.
-