Uses of Class
com.hashicorp.cdktf.providers.aws.codepipeline.CodepipelineStage.Builder
-
Packages that use CodepipelineStage.Builder Package Description com.hashicorp.cdktf.providers.aws.codepipeline aws_codepipeline -
-
Uses of CodepipelineStage.Builder in com.hashicorp.cdktf.providers.aws.codepipeline
Methods in com.hashicorp.cdktf.providers.aws.codepipeline that return CodepipelineStage.Builder Modifier and Type Method Description CodepipelineStage.BuilderCodepipelineStage.Builder. action(com.hashicorp.cdktf.IResolvable action)Sets the value ofCodepipelineStage.getAction()CodepipelineStage.BuilderCodepipelineStage.Builder. action(List<? extends CodepipelineStageAction> action)Sets the value ofCodepipelineStage.getAction()static CodepipelineStage.BuilderCodepipelineStage. builder()CodepipelineStage.BuilderCodepipelineStage.Builder. name(String name)Sets the value ofCodepipelineStage.getName()Constructors in com.hashicorp.cdktf.providers.aws.codepipeline with parameters of type CodepipelineStage.Builder Constructor Description Jsii$Proxy(CodepipelineStage.Builder builder)Constructor that initializes the object based on literal property values passed by theCodepipelineStage.Builder.
-