Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.amplify.CfnAppMixinProps.Builder
Packages that use CfnAppMixinProps.Builder
-
Uses of CfnAppMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.amplify
Methods in software.amazon.awscdk.cfnpropertymixins.services.amplify that return CfnAppMixinProps.BuilderModifier and TypeMethodDescriptionCfnAppMixinProps.Builder.accessToken(String accessToken) Sets the value ofCfnAppMixinProps.getAccessToken()CfnAppMixinProps.Builder.autoBranchCreationConfig(CfnAppPropsMixin.AutoBranchCreationConfigProperty autoBranchCreationConfig) Sets the value ofCfnAppMixinProps.getAutoBranchCreationConfig()CfnAppMixinProps.Builder.autoBranchCreationConfig(IResolvable autoBranchCreationConfig) Sets the value ofCfnAppMixinProps.getAutoBranchCreationConfig()CfnAppMixinProps.Builder.basicAuthConfig(CfnAppPropsMixin.BasicAuthConfigProperty basicAuthConfig) Sets the value ofCfnAppMixinProps.getBasicAuthConfig()CfnAppMixinProps.Builder.basicAuthConfig(IResolvable basicAuthConfig) Sets the value ofCfnAppMixinProps.getBasicAuthConfig()static CfnAppMixinProps.BuilderCfnAppMixinProps.builder()Sets the value ofCfnAppMixinProps.getBuildSpec()CfnAppMixinProps.Builder.cacheConfig(CfnAppPropsMixin.CacheConfigProperty cacheConfig) Sets the value ofCfnAppMixinProps.getCacheConfig()CfnAppMixinProps.Builder.cacheConfig(IResolvable cacheConfig) Sets the value ofCfnAppMixinProps.getCacheConfig()CfnAppMixinProps.Builder.computeRoleArn(String computeRoleArn) Sets the value ofCfnAppMixinProps.getComputeRoleArn()CfnAppMixinProps.Builder.customHeaders(String customHeaders) Sets the value ofCfnAppMixinProps.getCustomHeaders()CfnAppMixinProps.Builder.customRules(List<? extends Object> customRules) Sets the value ofCfnAppMixinProps.getCustomRules()CfnAppMixinProps.Builder.customRules(IResolvable customRules) Sets the value ofCfnAppMixinProps.getCustomRules()CfnAppMixinProps.Builder.description(String description) Sets the value ofCfnAppMixinProps.getDescription()CfnAppMixinProps.Builder.enableBranchAutoDeletion(Boolean enableBranchAutoDeletion) Sets the value ofCfnAppMixinProps.getEnableBranchAutoDeletion()CfnAppMixinProps.Builder.enableBranchAutoDeletion(IResolvable enableBranchAutoDeletion) Sets the value ofCfnAppMixinProps.getEnableBranchAutoDeletion()CfnAppMixinProps.Builder.environmentVariables(List<? extends Object> environmentVariables) Sets the value ofCfnAppMixinProps.getEnvironmentVariables()CfnAppMixinProps.Builder.environmentVariables(IResolvable environmentVariables) Sets the value ofCfnAppMixinProps.getEnvironmentVariables()CfnAppMixinProps.Builder.iamServiceRole(String iamServiceRole) Sets the value ofCfnAppMixinProps.getIamServiceRole()CfnAppMixinProps.Builder.iamServiceRole(IRoleRef iamServiceRole) Sets the value ofCfnAppMixinProps.getIamServiceRole()CfnAppMixinProps.Builder.jobConfig(CfnAppPropsMixin.JobConfigProperty jobConfig) Sets the value ofCfnAppMixinProps.getJobConfig()CfnAppMixinProps.Builder.jobConfig(IResolvable jobConfig) Sets the value ofCfnAppMixinProps.getJobConfig()Sets the value ofCfnAppMixinProps.getName()CfnAppMixinProps.Builder.oauthToken(String oauthToken) Sets the value ofCfnAppMixinProps.getOauthToken()Sets the value ofCfnAppMixinProps.getPlatform()CfnAppMixinProps.Builder.repository(String repository) Sets the value ofCfnAppMixinProps.getRepository()Sets the value ofCfnAppMixinProps.getTags()Constructors in software.amazon.awscdk.cfnpropertymixins.services.amplify with parameters of type CfnAppMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnAppMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAppMixinProps.Builder.