Uses of Class
software.amazon.awscdk.pipelines.CodePipelineProps.Builder
Packages that use CodePipelineProps.Builder
-
Uses of CodePipelineProps.Builder in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return CodePipelineProps.BuilderModifier and TypeMethodDescriptionCodePipelineProps.Builder.artifactBucket(IBucket artifactBucket) Sets the value ofCodePipelineProps.getArtifactBucket()CodePipelineProps.Builder.assetPublishingCodeBuildDefaults(CodeBuildOptions assetPublishingCodeBuildDefaults) Sets the value ofCodePipelineProps.getAssetPublishingCodeBuildDefaults()static CodePipelineProps.BuilderCodePipelineProps.builder()CodePipelineProps.Builder.cdkAssetsCliVersion(String cdkAssetsCliVersion) Sets the value ofCodePipelineProps.getCdkAssetsCliVersion()CodePipelineProps.Builder.cliVersion(String cliVersion) Sets the value ofCodePipelineProps.getCliVersion()CodePipelineProps.Builder.codeBuildDefaults(CodeBuildOptions codeBuildDefaults) Sets the value ofCodePipelineProps.getCodeBuildDefaults()CodePipelineProps.Builder.codePipeline(Pipeline codePipeline) Sets the value ofCodePipelineProps.getCodePipeline()CodePipelineProps.Builder.crossAccountKeys(Boolean crossAccountKeys) Sets the value ofCodePipelineProps.getCrossAccountKeys()CodePipelineProps.Builder.crossRegionReplicationBuckets(Map<String, ? extends IBucket> crossRegionReplicationBuckets) Sets the value ofCodePipelineProps.getCrossRegionReplicationBuckets()CodePipelineProps.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials) Sets the value ofCodePipelineProps.getDockerCredentials()CodePipelineProps.Builder.dockerEnabledForSelfMutation(Boolean dockerEnabledForSelfMutation) Sets the value ofCodePipelineProps.getDockerEnabledForSelfMutation()CodePipelineProps.Builder.dockerEnabledForSynth(Boolean dockerEnabledForSynth) Sets the value ofCodePipelineProps.getDockerEnabledForSynth()CodePipelineProps.Builder.enableKeyRotation(Boolean enableKeyRotation) Sets the value ofCodePipelineProps.getEnableKeyRotation()CodePipelineProps.Builder.pipelineName(String pipelineName) Sets the value ofCodePipelineProps.getPipelineName()CodePipelineProps.Builder.pipelineType(PipelineType pipelineType) Sets the value ofCodePipelineProps.getPipelineType()CodePipelineProps.Builder.publishAssetsInParallel(Boolean publishAssetsInParallel) Sets the value ofCodePipelineProps.getPublishAssetsInParallel()CodePipelineProps.Builder.reuseCrossRegionSupportStacks(Boolean reuseCrossRegionSupportStacks) Sets the value ofCodePipelineProps.getReuseCrossRegionSupportStacks()Sets the value ofCodePipelineProps.getRole()CodePipelineProps.Builder.selfMutation(Boolean selfMutation) Sets the value ofCodePipelineProps.getSelfMutation()CodePipelineProps.Builder.selfMutationCodeBuildDefaults(CodeBuildOptions selfMutationCodeBuildDefaults) Sets the value ofCodePipelineProps.getSelfMutationCodeBuildDefaults()CodePipelineProps.Builder.synth(IFileSetProducer synth) Sets the value ofCodePipelineProps.getSynth()CodePipelineProps.Builder.synthCodeBuildDefaults(CodeBuildOptions synthCodeBuildDefaults) Sets the value ofCodePipelineProps.getSynthCodeBuildDefaults()CodePipelineProps.Builder.useChangeSets(Boolean useChangeSets) Sets the value ofCodePipelineProps.getUseChangeSets()CodePipelineProps.Builder.usePipelineRoleForActions(Boolean usePipelineRoleForActions) Sets the value ofCodePipelineProps.getUsePipelineRoleForActions()Constructors in software.amazon.awscdk.pipelines with parameters of type CodePipelineProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CodePipelineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodePipelineProps.Builder.