Uses of Class
software.amazon.awscdk.services.iotsitewise.CfnPipeline.Builder
Packages that use CfnPipeline.Builder
-
Uses of CfnPipeline.Builder in software.amazon.awscdk.services.iotsitewise
Methods in software.amazon.awscdk.services.iotsitewise that return CfnPipeline.BuilderModifier and TypeMethodDescriptionCfnPipeline.Builder.computations(List<? extends Object> computations) The list of compute nodes that form the pipeline DAG.CfnPipeline.Builder.computations(IResolvable computations) The list of compute nodes that form the pipeline DAG.static CfnPipeline.BuilderCfnPipeline.Builder.description(String description) A description of the pipeline.CfnPipeline.Builder.environmentVariables(Map<String, String> environmentVariables) A map of environment variable key-value pairs.CfnPipeline.Builder.environmentVariables(IResolvable environmentVariables) A map of environment variable key-value pairs.CfnPipeline.Builder.pipelineName(String pipelineName) The name of the pipeline.An array of key-value pairs to apply to this resource.CfnPipeline.Builder.workspaceName(String workspaceName) The name of the workspace.