public static final class CfnApp.AutoBranchCreationConfigProperty.Builder
extends java.lang.Object
CfnApp.AutoBranchCreationConfigProperty
Constructor and Description |
---|
Builder() |
public CfnApp.AutoBranchCreationConfigProperty.Builder autoBranchCreationPatterns(java.util.List<java.lang.String> autoBranchCreationPatterns)
CfnApp.AutoBranchCreationConfigProperty.getAutoBranchCreationPatterns()
autoBranchCreationPatterns
- Automated branch creation glob patterns for the Amplify app.this
public CfnApp.AutoBranchCreationConfigProperty.Builder basicAuthConfig(IResolvable basicAuthConfig)
CfnApp.AutoBranchCreationConfigProperty.getBasicAuthConfig()
basicAuthConfig
- Sets password protection for your auto created branch.this
public CfnApp.AutoBranchCreationConfigProperty.Builder basicAuthConfig(CfnApp.BasicAuthConfigProperty basicAuthConfig)
CfnApp.AutoBranchCreationConfigProperty.getBasicAuthConfig()
basicAuthConfig
- Sets password protection for your auto created branch.this
public CfnApp.AutoBranchCreationConfigProperty.Builder buildSpec(java.lang.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
public CfnApp.AutoBranchCreationConfigProperty.Builder enableAutoBranchCreation(java.lang.Boolean enableAutoBranchCreation)
CfnApp.AutoBranchCreationConfigProperty.getEnableAutoBranchCreation()
enableAutoBranchCreation
- Enables automated branch creation for the Amplify app.this
public CfnApp.AutoBranchCreationConfigProperty.Builder enableAutoBranchCreation(IResolvable enableAutoBranchCreation)
CfnApp.AutoBranchCreationConfigProperty.getEnableAutoBranchCreation()
enableAutoBranchCreation
- Enables automated branch creation for the Amplify app.this
public CfnApp.AutoBranchCreationConfigProperty.Builder enableAutoBuild(java.lang.Boolean enableAutoBuild)
CfnApp.AutoBranchCreationConfigProperty.getEnableAutoBuild()
enableAutoBuild
- Enables auto building for the auto created branch.this
public CfnApp.AutoBranchCreationConfigProperty.Builder enableAutoBuild(IResolvable enableAutoBuild)
CfnApp.AutoBranchCreationConfigProperty.getEnableAutoBuild()
enableAutoBuild
- Enables auto building for the auto created branch.this
public CfnApp.AutoBranchCreationConfigProperty.Builder enablePerformanceMode(java.lang.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
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
public CfnApp.AutoBranchCreationConfigProperty.Builder enablePullRequestPreview(java.lang.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
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
public CfnApp.AutoBranchCreationConfigProperty.Builder environmentVariables(IResolvable environmentVariables)
CfnApp.AutoBranchCreationConfigProperty.getEnvironmentVariables()
environmentVariables
- Environment variables for the auto created branch.this
public CfnApp.AutoBranchCreationConfigProperty.Builder environmentVariables(java.util.List<? extends java.lang.Object> environmentVariables)
CfnApp.AutoBranchCreationConfigProperty.getEnvironmentVariables()
environmentVariables
- Environment variables for the auto created branch.this
public CfnApp.AutoBranchCreationConfigProperty.Builder pullRequestEnvironmentName(java.lang.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
public CfnApp.AutoBranchCreationConfigProperty.Builder stage(java.lang.String stage)
CfnApp.AutoBranchCreationConfigProperty.getStage()
stage
- Stage for the auto created branch.this
public CfnApp.AutoBranchCreationConfigProperty build()
CfnApp.AutoBranchCreationConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided