Uses of Class
software.amazon.awscdk.services.amplify.alpha.Branch.Builder
Packages that use Branch.Builder
-
Uses of Branch.Builder in software.amazon.awscdk.services.amplify.alpha
Methods in software.amazon.awscdk.services.amplify.alpha that return Branch.BuilderModifier and TypeMethodDescription(experimental) The application within which the branch must be created.(experimental) Asset for deployment.(experimental) Whether to enable auto building for the branch.(experimental) The Basic Auth configuration.Branch.Builder.branchName
(String branchName) (experimental) The name of the branch.(experimental) BuildSpec for the branch.static Branch.Builder
Branch.Builder.description
(String description) (experimental) A description for the branch.Branch.Builder.environmentVariables
(Map<String, String> environmentVariables) (experimental) Environment variables for the branch.Branch.Builder.performanceMode
(Boolean performanceMode) (experimental) Enables performance mode for the branch.Branch.Builder.pullRequestEnvironmentName
(String pullRequestEnvironmentName) (experimental) The dedicated backend environment for the pull request previews.Branch.Builder.pullRequestPreview
(Boolean pullRequestPreview) (experimental) Whether to enable pull request preview for the branch.(experimental) Stage for the branch.