Uses of Class
com.hashicorp.cdktf.providers.aws.codepipeline.CodepipelineArtifactStore.Builder
-
Packages that use CodepipelineArtifactStore.Builder Package Description com.hashicorp.cdktf.providers.aws.codepipeline aws_codepipeline -
-
Uses of CodepipelineArtifactStore.Builder in com.hashicorp.cdktf.providers.aws.codepipeline
Methods in com.hashicorp.cdktf.providers.aws.codepipeline that return CodepipelineArtifactStore.Builder Modifier and Type Method Description static CodepipelineArtifactStore.BuilderCodepipelineArtifactStore. builder()CodepipelineArtifactStore.BuilderCodepipelineArtifactStore.Builder. encryptionKey(CodepipelineArtifactStoreEncryptionKey encryptionKey)Sets the value ofCodepipelineArtifactStore.getEncryptionKey()CodepipelineArtifactStore.BuilderCodepipelineArtifactStore.Builder. location(String location)Sets the value ofCodepipelineArtifactStore.getLocation()CodepipelineArtifactStore.BuilderCodepipelineArtifactStore.Builder. region(String region)Sets the value ofCodepipelineArtifactStore.getRegion()CodepipelineArtifactStore.BuilderCodepipelineArtifactStore.Builder. type(String type)Sets the value ofCodepipelineArtifactStore.getType()Constructors in com.hashicorp.cdktf.providers.aws.codepipeline with parameters of type CodepipelineArtifactStore.Builder Constructor Description Jsii$Proxy(CodepipelineArtifactStore.Builder builder)Constructor that initializes the object based on literal property values passed by theCodepipelineArtifactStore.Builder.
-