public static interface UpdateAppRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppRequest.Builder,UpdateAppRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
accessToken(String accessToken)
The personal access token for a third-party source control system for an Amplify app.
|
UpdateAppRequest.Builder |
appId(String appId)
The unique ID for an Amplify app.
|
UpdateAppRequest.Builder |
autoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
|
default UpdateAppRequest.Builder |
autoBranchCreationConfig(Consumer<AutoBranchCreationConfig.Builder> autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
|
UpdateAppRequest.Builder |
autoBranchCreationPatterns(Collection<String> autoBranchCreationPatterns)
Describes the automated branch creation glob patterns for an Amplify app.
|
UpdateAppRequest.Builder |
autoBranchCreationPatterns(String... autoBranchCreationPatterns)
Describes the automated branch creation glob patterns for an Amplify app.
|
UpdateAppRequest.Builder |
basicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for an Amplify app.
|
UpdateAppRequest.Builder |
buildSpec(String buildSpec)
The build specification (build spec) for an Amplify app.
|
UpdateAppRequest.Builder |
customHeaders(String customHeaders)
The custom HTTP headers for an Amplify app.
|
UpdateAppRequest.Builder |
customRules(Collection<CustomRule> customRules)
The custom redirect and rewrite rules for an Amplify app.
|
UpdateAppRequest.Builder |
customRules(Consumer<CustomRule.Builder>... customRules)
The custom redirect and rewrite rules for an Amplify app.
|
UpdateAppRequest.Builder |
customRules(CustomRule... customRules)
The custom redirect and rewrite rules for an Amplify app.
|
UpdateAppRequest.Builder |
description(String description)
The description for an Amplify app.
|
UpdateAppRequest.Builder |
enableAutoBranchCreation(Boolean enableAutoBranchCreation)
Enables automated branch creation for an Amplify app.
|
UpdateAppRequest.Builder |
enableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for an Amplify app.
|
UpdateAppRequest.Builder |
enableBranchAutoBuild(Boolean enableBranchAutoBuild)
Enables branch auto-building for an Amplify app.
|
UpdateAppRequest.Builder |
enableBranchAutoDeletion(Boolean enableBranchAutoDeletion)
Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository.
|
UpdateAppRequest.Builder |
environmentVariables(Map<String,String> environmentVariables)
The environment variables for an Amplify app.
|
UpdateAppRequest.Builder |
iamServiceRoleArn(String iamServiceRoleArn)
The AWS Identity and Access Management (IAM) service role for an Amplify app.
|
UpdateAppRequest.Builder |
name(String name)
The name for an Amplify app.
|
UpdateAppRequest.Builder |
oauthToken(String oauthToken)
The OAuth token for a third-party source control system for an Amplify app.
|
UpdateAppRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAppRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAppRequest.Builder |
platform(Platform platform)
The platform for an Amplify app.
|
UpdateAppRequest.Builder |
platform(String platform)
The platform for an Amplify app.
|
UpdateAppRequest.Builder |
repository(String repository)
The name of the repository for an Amplify app
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppRequest.Builder appId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.UpdateAppRequest.Builder name(String name)
The name for an Amplify app.
name - The name for an Amplify app.UpdateAppRequest.Builder description(String description)
The description for an Amplify app.
description - The description for an Amplify app.UpdateAppRequest.Builder platform(String platform)
The platform for an Amplify app.
UpdateAppRequest.Builder platform(Platform platform)
The platform for an Amplify app.
UpdateAppRequest.Builder iamServiceRoleArn(String iamServiceRoleArn)
The AWS Identity and Access Management (IAM) service role for an Amplify app.
iamServiceRoleArn - The AWS Identity and Access Management (IAM) service role for an Amplify app.UpdateAppRequest.Builder environmentVariables(Map<String,String> environmentVariables)
The environment variables for an Amplify app.
environmentVariables - The environment variables for an Amplify app.UpdateAppRequest.Builder enableBranchAutoBuild(Boolean enableBranchAutoBuild)
Enables branch auto-building for an Amplify app.
enableBranchAutoBuild - Enables branch auto-building for an Amplify app.UpdateAppRequest.Builder enableBranchAutoDeletion(Boolean enableBranchAutoDeletion)
Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository.
enableBranchAutoDeletion - Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git
repository.UpdateAppRequest.Builder enableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for an Amplify app.
enableBasicAuth - Enables basic authorization for an Amplify app.UpdateAppRequest.Builder basicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials
and provide them in the format user:password.
basicAuthCredentials - The basic authorization credentials for an Amplify app. You must base64-encode the authorization
credentials and provide them in the format user:password.UpdateAppRequest.Builder customRules(Collection<CustomRule> customRules)
The custom redirect and rewrite rules for an Amplify app.
customRules - The custom redirect and rewrite rules for an Amplify app.UpdateAppRequest.Builder customRules(CustomRule... customRules)
The custom redirect and rewrite rules for an Amplify app.
customRules - The custom redirect and rewrite rules for an Amplify app.UpdateAppRequest.Builder customRules(Consumer<CustomRule.Builder>... customRules)
The custom redirect and rewrite rules for an Amplify app.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #customRules(List) .customRules - a consumer that will call methods on List.Builder #customRules(List) UpdateAppRequest.Builder buildSpec(String buildSpec)
The build specification (build spec) for an Amplify app.
buildSpec - The build specification (build spec) for an Amplify app.UpdateAppRequest.Builder customHeaders(String customHeaders)
The custom HTTP headers for an Amplify app.
customHeaders - The custom HTTP headers for an Amplify app.UpdateAppRequest.Builder enableAutoBranchCreation(Boolean enableAutoBranchCreation)
Enables automated branch creation for an Amplify app.
enableAutoBranchCreation - Enables automated branch creation for an Amplify app.UpdateAppRequest.Builder autoBranchCreationPatterns(Collection<String> autoBranchCreationPatterns)
Describes the automated branch creation glob patterns for an Amplify app.
autoBranchCreationPatterns - Describes the automated branch creation glob patterns for an Amplify app.UpdateAppRequest.Builder autoBranchCreationPatterns(String... autoBranchCreationPatterns)
Describes the automated branch creation glob patterns for an Amplify app.
autoBranchCreationPatterns - Describes the automated branch creation glob patterns for an Amplify app.UpdateAppRequest.Builder autoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
autoBranchCreationConfig - The automated branch creation configuration for an Amplify app.default UpdateAppRequest.Builder autoBranchCreationConfig(Consumer<AutoBranchCreationConfig.Builder> autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
This is a convenience that creates an instance of theAutoBranchCreationConfig.Builder avoiding the
need to create one manually via AutoBranchCreationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to autoBranchCreationConfig(AutoBranchCreationConfig).autoBranchCreationConfig - a consumer that will call methods on AutoBranchCreationConfig.BuilderautoBranchCreationConfig(AutoBranchCreationConfig)UpdateAppRequest.Builder repository(String repository)
The name of the repository for an Amplify app
repository - The name of the repository for an Amplify appUpdateAppRequest.Builder oauthToken(String oauthToken)
The OAuth token for a third-party source control system for an Amplify app. The token is used to create a webhook and a read-only deploy key. The OAuth token is not stored.
oauthToken - The OAuth token for a third-party source control system for an Amplify app. The token is used to
create a webhook and a read-only deploy key. The OAuth token is not stored.UpdateAppRequest.Builder accessToken(String accessToken)
The personal access token for a third-party source control system for an Amplify app. The token is used to create webhook and a read-only deploy key. The token is not stored.
accessToken - The personal access token for a third-party source control system for an Amplify app. The token is
used to create webhook and a read-only deploy key. The token is not stored.UpdateAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.