public static interface AutoBranchCreationConfig.Builder extends SdkPojo, CopyableBuilder<AutoBranchCreationConfig.Builder,AutoBranchCreationConfig>
| Modifier and Type | Method and Description |
|---|---|
AutoBranchCreationConfig.Builder |
basicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for the autocreated branch.
|
AutoBranchCreationConfig.Builder |
buildSpec(String buildSpec)
The build specification (build spec) for the autocreated branch.
|
AutoBranchCreationConfig.Builder |
enableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the autocreated branch.
|
AutoBranchCreationConfig.Builder |
enableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for the autocreated branch.
|
AutoBranchCreationConfig.Builder |
enablePerformanceMode(Boolean enablePerformanceMode)
Enables performance mode for the branch.
|
AutoBranchCreationConfig.Builder |
enablePullRequestPreview(Boolean enablePullRequestPreview)
Enables pull request previews for the autocreated branch.
|
AutoBranchCreationConfig.Builder |
environmentVariables(Map<String,String> environmentVariables)
The environment variables for the autocreated branch.
|
AutoBranchCreationConfig.Builder |
framework(String framework)
The framework for the autocreated branch.
|
AutoBranchCreationConfig.Builder |
pullRequestEnvironmentName(String pullRequestEnvironmentName)
The Amplify environment name for the pull request.
|
AutoBranchCreationConfig.Builder |
stage(Stage stage)
Describes the current stage for the autocreated branch.
|
AutoBranchCreationConfig.Builder |
stage(String stage)
Describes the current stage for the autocreated branch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoBranchCreationConfig.Builder stage(String stage)
Describes the current stage for the autocreated branch.
AutoBranchCreationConfig.Builder stage(Stage stage)
Describes the current stage for the autocreated branch.
AutoBranchCreationConfig.Builder framework(String framework)
The framework for the autocreated branch.
framework - The framework for the autocreated branch.AutoBranchCreationConfig.Builder enableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the autocreated branch.
enableAutoBuild - Enables auto building for the autocreated branch.AutoBranchCreationConfig.Builder environmentVariables(Map<String,String> environmentVariables)
The environment variables for the autocreated branch.
environmentVariables - The environment variables for the autocreated branch.AutoBranchCreationConfig.Builder basicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for the autocreated branch. You must base64-encode the authorization
credentials and provide them in the format user:password.
basicAuthCredentials - The basic authorization credentials for the autocreated branch. You must base64-encode the
authorization credentials and provide them in the format user:password.AutoBranchCreationConfig.Builder enableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for the autocreated branch.
enableBasicAuth - Enables basic authorization for the autocreated branch.AutoBranchCreationConfig.Builder enablePerformanceMode(Boolean 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.
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.
AutoBranchCreationConfig.Builder buildSpec(String buildSpec)
The build specification (build spec) for the autocreated branch.
buildSpec - The build specification (build spec) for the autocreated branch.AutoBranchCreationConfig.Builder enablePullRequestPreview(Boolean enablePullRequestPreview)
Enables pull request previews for the autocreated branch.
enablePullRequestPreview - Enables pull request previews for the autocreated branch.AutoBranchCreationConfig.Builder pullRequestEnvironmentName(String pullRequestEnvironmentName)
The Amplify environment name for the pull request.
pullRequestEnvironmentName - The Amplify environment name for the pull request.Copyright © 2023. All rights reserved.