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