Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.amplify.CfnBranchMixinProps.Builder
Packages that use CfnBranchMixinProps.Builder
-
Uses of CfnBranchMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.amplify
Methods in software.amazon.awscdk.cfnpropertymixins.services.amplify that return CfnBranchMixinProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnBranchMixinProps.getAppId()CfnBranchMixinProps.Builder.backend(CfnBranchPropsMixin.BackendProperty backend) Sets the value ofCfnBranchMixinProps.getBackend()CfnBranchMixinProps.Builder.backend(IResolvable backend) Sets the value ofCfnBranchMixinProps.getBackend()CfnBranchMixinProps.Builder.basicAuthConfig(CfnBranchPropsMixin.BasicAuthConfigProperty basicAuthConfig) Sets the value ofCfnBranchMixinProps.getBasicAuthConfig()CfnBranchMixinProps.Builder.basicAuthConfig(IResolvable basicAuthConfig) Sets the value ofCfnBranchMixinProps.getBasicAuthConfig()CfnBranchMixinProps.Builder.branchName(String branchName) Sets the value ofCfnBranchMixinProps.getBranchName()static CfnBranchMixinProps.BuilderCfnBranchMixinProps.builder()Sets the value ofCfnBranchMixinProps.getBuildSpec()CfnBranchMixinProps.Builder.computeRoleArn(String computeRoleArn) Sets the value ofCfnBranchMixinProps.getComputeRoleArn()CfnBranchMixinProps.Builder.description(String description) Sets the value ofCfnBranchMixinProps.getDescription()CfnBranchMixinProps.Builder.enableAutoBuild(Boolean enableAutoBuild) Sets the value ofCfnBranchMixinProps.getEnableAutoBuild()CfnBranchMixinProps.Builder.enableAutoBuild(IResolvable enableAutoBuild) Sets the value ofCfnBranchMixinProps.getEnableAutoBuild()CfnBranchMixinProps.Builder.enablePerformanceMode(Boolean enablePerformanceMode) Sets the value ofCfnBranchMixinProps.getEnablePerformanceMode()CfnBranchMixinProps.Builder.enablePerformanceMode(IResolvable enablePerformanceMode) Sets the value ofCfnBranchMixinProps.getEnablePerformanceMode()CfnBranchMixinProps.Builder.enablePullRequestPreview(Boolean enablePullRequestPreview) Sets the value ofCfnBranchMixinProps.getEnablePullRequestPreview()CfnBranchMixinProps.Builder.enablePullRequestPreview(IResolvable enablePullRequestPreview) Sets the value ofCfnBranchMixinProps.getEnablePullRequestPreview()CfnBranchMixinProps.Builder.enableSkewProtection(Boolean enableSkewProtection) Sets the value ofCfnBranchMixinProps.getEnableSkewProtection()CfnBranchMixinProps.Builder.enableSkewProtection(IResolvable enableSkewProtection) Sets the value ofCfnBranchMixinProps.getEnableSkewProtection()CfnBranchMixinProps.Builder.environmentVariables(List<? extends Object> environmentVariables) Sets the value ofCfnBranchMixinProps.getEnvironmentVariables()CfnBranchMixinProps.Builder.environmentVariables(IResolvable environmentVariables) Sets the value ofCfnBranchMixinProps.getEnvironmentVariables()Sets the value ofCfnBranchMixinProps.getFramework()CfnBranchMixinProps.Builder.pullRequestEnvironmentName(String pullRequestEnvironmentName) Sets the value ofCfnBranchMixinProps.getPullRequestEnvironmentName()Sets the value ofCfnBranchMixinProps.getStage()Sets the value ofCfnBranchMixinProps.getTags()Constructors in software.amazon.awscdk.cfnpropertymixins.services.amplify with parameters of type CfnBranchMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnBranchMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBranchMixinProps.Builder.