public static interface UpdateBranchRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<UpdateBranchRequest.Builder,UpdateBranchRequest>
buildoverrideConfigurationcopyapplyMutation, buildUpdateBranchRequest.Builder appId(String appId)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.UpdateBranchRequest.Builder branchName(String branchName)
Name for the branch.
branchName - Name for the branch.UpdateBranchRequest.Builder description(String description)
Description for the branch.
description - Description for the branch.UpdateBranchRequest.Builder framework(String framework)
Framework for the branch.
framework - Framework for the branch.UpdateBranchRequest.Builder stage(String stage)
Stage for the branch.
UpdateBranchRequest.Builder stage(Stage stage)
Stage for the branch.
UpdateBranchRequest.Builder enableNotification(Boolean enableNotification)
Enables notifications for the branch.
enableNotification - Enables notifications for the branch.UpdateBranchRequest.Builder enableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the branch.
enableAutoBuild - Enables auto building for the branch.UpdateBranchRequest.Builder environmentVariables(Map<String,String> environmentVariables)
Environment Variables for the branch.
environmentVariables - Environment Variables for the branch.UpdateBranchRequest.Builder basicAuthCredentials(String basicAuthCredentials)
Basic Authorization credentials for the branch.
basicAuthCredentials - Basic Authorization credentials for the branch.UpdateBranchRequest.Builder enableBasicAuth(Boolean enableBasicAuth)
Enables Basic Auth for the branch.
enableBasicAuth - Enables Basic Auth for the branch.UpdateBranchRequest.Builder buildSpec(String buildSpec)
BuildSpec for the branch.
buildSpec - BuildSpec for the branch.UpdateBranchRequest.Builder ttl(String ttl)
The content TTL for the website in seconds.
ttl - The content TTL for the website in seconds.UpdateBranchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBranchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.