@Stability(value=Stable) public static final class CfnApp.AutoBranchCreationConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApp.AutoBranchCreationConfigProperty>
CfnApp.AutoBranchCreationConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder autoBranchCreationPatterns(List<String> autoBranchCreationPatterns)
CfnApp.AutoBranchCreationConfigProperty.getAutoBranchCreationPatterns()autoBranchCreationPatterns - Automated branch creation glob patterns for the Amplify app.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder basicAuthConfig(CfnApp.BasicAuthConfigProperty basicAuthConfig)
CfnApp.AutoBranchCreationConfigProperty.getBasicAuthConfig()basicAuthConfig - Sets password protection for your auto created branch.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder basicAuthConfig(IResolvable basicAuthConfig)
CfnApp.AutoBranchCreationConfigProperty.getBasicAuthConfig()basicAuthConfig - Sets password protection for your auto created branch.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder buildSpec(String buildSpec)
CfnApp.AutoBranchCreationConfigProperty.getBuildSpec()buildSpec - The build specification (build spec) for the autocreated branch.
Length Constraints: Minimum length of 1. Maximum length of 25000.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder enableAutoBranchCreation(Boolean enableAutoBranchCreation)
CfnApp.AutoBranchCreationConfigProperty.getEnableAutoBranchCreation()enableAutoBranchCreation - Enables automated branch creation for the Amplify app.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder enableAutoBranchCreation(IResolvable enableAutoBranchCreation)
CfnApp.AutoBranchCreationConfigProperty.getEnableAutoBranchCreation()enableAutoBranchCreation - Enables automated branch creation for the Amplify app.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder enableAutoBuild(Boolean enableAutoBuild)
CfnApp.AutoBranchCreationConfigProperty.getEnableAutoBuild()enableAutoBuild - Enables auto building for the auto created branch.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder enableAutoBuild(IResolvable enableAutoBuild)
CfnApp.AutoBranchCreationConfigProperty.getEnableAutoBuild()enableAutoBuild - Enables auto building for the auto created branch.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder enablePerformanceMode(Boolean enablePerformanceMode)
CfnApp.AutoBranchCreationConfigProperty.getEnablePerformanceMode()enablePerformanceMode - Enables performance mode for the branch.
Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder enablePerformanceMode(IResolvable enablePerformanceMode)
CfnApp.AutoBranchCreationConfigProperty.getEnablePerformanceMode()enablePerformanceMode - Enables performance mode for the branch.
Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder enablePullRequestPreview(Boolean enablePullRequestPreview)
CfnApp.AutoBranchCreationConfigProperty.getEnablePullRequestPreview()enablePullRequestPreview - Sets whether pull request previews are enabled for each branch that Amplify Console automatically creates for your app.
Amplify Console creates previews by deploying your app to a unique URL whenever a pull request is opened for the branch. Development and QA teams can use this preview to test the pull request before it's merged into a production or integration branch.
To provide backend support for your preview, the Amplify Console automatically provisions a temporary backend environment that it deletes when the pull request is closed. If you want to specify a dedicated backend environment for your previews, use the PullRequestEnvironmentName property.
For more information, see Web Previews in the AWS Amplify Hosting User Guide .
this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder enablePullRequestPreview(IResolvable enablePullRequestPreview)
CfnApp.AutoBranchCreationConfigProperty.getEnablePullRequestPreview()enablePullRequestPreview - Sets whether pull request previews are enabled for each branch that Amplify Console automatically creates for your app.
Amplify Console creates previews by deploying your app to a unique URL whenever a pull request is opened for the branch. Development and QA teams can use this preview to test the pull request before it's merged into a production or integration branch.
To provide backend support for your preview, the Amplify Console automatically provisions a temporary backend environment that it deletes when the pull request is closed. If you want to specify a dedicated backend environment for your previews, use the PullRequestEnvironmentName property.
For more information, see Web Previews in the AWS Amplify Hosting User Guide .
this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder environmentVariables(IResolvable environmentVariables)
CfnApp.AutoBranchCreationConfigProperty.getEnvironmentVariables()environmentVariables - Environment variables for the auto created branch.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder environmentVariables(List<? extends Object> environmentVariables)
CfnApp.AutoBranchCreationConfigProperty.getEnvironmentVariables()environmentVariables - Environment variables for the auto created branch.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder pullRequestEnvironmentName(String pullRequestEnvironmentName)
CfnApp.AutoBranchCreationConfigProperty.getPullRequestEnvironmentName()pullRequestEnvironmentName - If pull request previews are enabled, you can use this property to specify a dedicated backend environment for your previews.
For example, you could specify an environment named prod , test , or dev that you initialized with the Amplify CLI.
To enable pull request previews, set the EnablePullRequestPreview property to true .
If you don't specify an environment, the Amplify Console provides backend support for each preview by automatically provisioning a temporary backend environment. Amplify Console deletes this environment when the pull request is closed.
For more information about creating backend environments, see Feature Branch Deployments and Team Workflows in the AWS Amplify Hosting User Guide .
Length Constraints: Maximum length of 20.
Pattern: (?s).*
this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty.Builder stage(String stage)
CfnApp.AutoBranchCreationConfigProperty.getStage()stage - Stage for the auto created branch.this@Stability(value=Stable) public CfnApp.AutoBranchCreationConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnApp.AutoBranchCreationConfigProperty>CfnApp.AutoBranchCreationConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.