public static interface AutoBranchCreationConfig.Builder extends SdkPojo, CopyableBuilder<AutoBranchCreationConfig.Builder,AutoBranchCreationConfig>
| Modifier and Type | Method and Description |
|---|---|
AutoBranchCreationConfig.Builder |
basicAuthCredentials(String basicAuthCredentials)
Basic Authorization credentials for the auto created branch.
|
AutoBranchCreationConfig.Builder |
buildSpec(String buildSpec)
BuildSpec for the auto created branch.
|
AutoBranchCreationConfig.Builder |
enableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the auto created branch.
|
AutoBranchCreationConfig.Builder |
enableBasicAuth(Boolean enableBasicAuth)
Enables Basic Auth for the auto created branch.
|
AutoBranchCreationConfig.Builder |
enablePullRequestPreview(Boolean enablePullRequestPreview)
Enables Pull Request Preview for auto created branch.
|
AutoBranchCreationConfig.Builder |
environmentVariables(Map<String,String> environmentVariables)
Environment Variables for the auto created branch.
|
AutoBranchCreationConfig.Builder |
framework(String framework)
Framework for the auto created branch.
|
AutoBranchCreationConfig.Builder |
pullRequestEnvironmentName(String pullRequestEnvironmentName)
The Amplify Environment name for the pull request.
|
AutoBranchCreationConfig.Builder |
stage(Stage stage)
Stage for the auto created branch.
|
AutoBranchCreationConfig.Builder |
stage(String stage)
Stage for the auto created branch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoBranchCreationConfig.Builder stage(String stage)
Stage for the auto created branch.
AutoBranchCreationConfig.Builder stage(Stage stage)
Stage for the auto created branch.
AutoBranchCreationConfig.Builder framework(String framework)
Framework for the auto created branch.
framework - Framework for the auto created branch.AutoBranchCreationConfig.Builder enableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the auto created branch.
enableAutoBuild - Enables auto building for the auto created branch.AutoBranchCreationConfig.Builder environmentVariables(Map<String,String> environmentVariables)
Environment Variables for the auto created branch.
environmentVariables - Environment Variables for the auto created branch.AutoBranchCreationConfig.Builder basicAuthCredentials(String basicAuthCredentials)
Basic Authorization credentials for the auto created branch.
basicAuthCredentials - Basic Authorization credentials for the auto created branch.AutoBranchCreationConfig.Builder enableBasicAuth(Boolean enableBasicAuth)
Enables Basic Auth for the auto created branch.
enableBasicAuth - Enables Basic Auth for the auto created branch.AutoBranchCreationConfig.Builder buildSpec(String buildSpec)
BuildSpec for the auto created branch.
buildSpec - BuildSpec for the auto created branch.AutoBranchCreationConfig.Builder enablePullRequestPreview(Boolean enablePullRequestPreview)
Enables Pull Request Preview for auto created branch.
enablePullRequestPreview - Enables Pull Request Preview for auto created branch.AutoBranchCreationConfig.Builder pullRequestEnvironmentName(String pullRequestEnvironmentName)
The Amplify Environment name for the pull request.
pullRequestEnvironmentName - The Amplify Environment name for the pull request.Copyright © 2020. All rights reserved.