public static interface CreateAppRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<CreateAppRequest.Builder,CreateAppRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAppRequest.Builder |
accessToken(String accessToken)
The personal access token for a third-party source control system for an Amplify app.
|
CreateAppRequest.Builder |
autoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
|
default CreateAppRequest.Builder |
autoBranchCreationConfig(Consumer<AutoBranchCreationConfig.Builder> autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
|
CreateAppRequest.Builder |
autoBranchCreationPatterns(Collection<String> autoBranchCreationPatterns)
The automated branch creation glob patterns for an Amplify app.
|
CreateAppRequest.Builder |
autoBranchCreationPatterns(String... autoBranchCreationPatterns)
The automated branch creation glob patterns for an Amplify app.
|
CreateAppRequest.Builder |
basicAuthCredentials(String basicAuthCredentials)
The credentials for basic authorization for an Amplify app.
|
CreateAppRequest.Builder |
buildSpec(String buildSpec)
The build specification (build spec) for an Amplify app.
|
CreateAppRequest.Builder |
customHeaders(String customHeaders)
The custom HTTP headers for an Amplify app.
|
CreateAppRequest.Builder |
customRules(Collection<CustomRule> customRules)
The custom rewrite and redirect rules for an Amplify app.
|
CreateAppRequest.Builder |
customRules(Consumer<CustomRule.Builder>... customRules)
The custom rewrite and redirect rules for an Amplify app.
|
CreateAppRequest.Builder |
customRules(CustomRule... customRules)
The custom rewrite and redirect rules for an Amplify app.
|
CreateAppRequest.Builder |
description(String description)
The description for an Amplify app.
|
CreateAppRequest.Builder |
enableAutoBranchCreation(Boolean enableAutoBranchCreation)
Enables automated branch creation for an Amplify app.
|
CreateAppRequest.Builder |
enableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for an Amplify app.
|
CreateAppRequest.Builder |
enableBranchAutoBuild(Boolean enableBranchAutoBuild)
Enables the auto building of branches for an Amplify app.
|
CreateAppRequest.Builder |
enableBranchAutoDeletion(Boolean enableBranchAutoDeletion)
Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository.
|
CreateAppRequest.Builder |
environmentVariables(Map<String,String> environmentVariables)
The environment variables map for an Amplify app.
|
CreateAppRequest.Builder |
iamServiceRoleArn(String iamServiceRoleArn)
The AWS Identity and Access Management (IAM) service role for an Amplify app.
|
CreateAppRequest.Builder |
name(String name)
The name for an Amplify app.
|
CreateAppRequest.Builder |
oauthToken(String oauthToken)
The OAuth token for a third-party source control system for an Amplify app.
|
CreateAppRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAppRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAppRequest.Builder |
platform(Platform platform)
The platform or framework for an Amplify app.
|
CreateAppRequest.Builder |
platform(String platform)
The platform or framework for an Amplify app.
|
CreateAppRequest.Builder |
repository(String repository)
The repository for an Amplify app.
|
CreateAppRequest.Builder |
tags(Map<String,String> tags)
The tag for an Amplify app.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppRequest.Builder name(String name)
The name for an Amplify app.
name - The name for an Amplify app.CreateAppRequest.Builder description(String description)
The description for an Amplify app.
description - The description for an Amplify app.CreateAppRequest.Builder repository(String repository)
The repository for an Amplify app.
repository - The repository for an Amplify app.CreateAppRequest.Builder platform(String platform)
The platform or framework for an Amplify app.
CreateAppRequest.Builder platform(Platform platform)
The platform or framework for an Amplify app.
CreateAppRequest.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.CreateAppRequest.Builder oauthToken(String oauthToken)
The OAuth token for a third-party source control system for an Amplify app. The OAuth 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 OAuth token is used to
create a webhook and a read-only deploy key. The OAuth token is not stored.CreateAppRequest.Builder accessToken(String accessToken)
The personal access token for a third-party source control system for an Amplify app. The personal access token is used to create a 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 personal
access token is used to create a webhook and a read-only deploy key. The token is not stored.CreateAppRequest.Builder environmentVariables(Map<String,String> environmentVariables)
The environment variables map for an Amplify app.
environmentVariables - The environment variables map for an Amplify app.CreateAppRequest.Builder enableBranchAutoBuild(Boolean enableBranchAutoBuild)
Enables the auto building of branches for an Amplify app.
enableBranchAutoBuild - Enables the auto building of branches for an Amplify app.CreateAppRequest.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.CreateAppRequest.Builder enableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for an Amplify app. This will apply to all branches that are part of this app.
enableBasicAuth - Enables basic authorization for an Amplify app. This will apply to all branches that are part of this
app.CreateAppRequest.Builder basicAuthCredentials(String basicAuthCredentials)
The credentials for basic authorization for an Amplify app. You must base64-encode the authorization
credentials and provide them in the format user:password.
basicAuthCredentials - The credentials for basic authorization for an Amplify app. You must base64-encode the authorization
credentials and provide them in the format user:password.CreateAppRequest.Builder customRules(Collection<CustomRule> customRules)
The custom rewrite and redirect rules for an Amplify app.
customRules - The custom rewrite and redirect rules for an Amplify app.CreateAppRequest.Builder customRules(CustomRule... customRules)
The custom rewrite and redirect rules for an Amplify app.
customRules - The custom rewrite and redirect rules for an Amplify app.CreateAppRequest.Builder customRules(Consumer<CustomRule.Builder>... customRules)
The custom rewrite and redirect rules for an Amplify app.
This is a convenience method 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) CreateAppRequest.Builder tags(Map<String,String> tags)
The tag for an Amplify app.
tags - The tag for an Amplify app.CreateAppRequest.Builder buildSpec(String buildSpec)
The build specification (build spec) for an Amplify app.
buildSpec - The build specification (build spec) for an Amplify app.CreateAppRequest.Builder customHeaders(String customHeaders)
The custom HTTP headers for an Amplify app.
customHeaders - The custom HTTP headers for an Amplify app.CreateAppRequest.Builder enableAutoBranchCreation(Boolean enableAutoBranchCreation)
Enables automated branch creation for an Amplify app.
enableAutoBranchCreation - Enables automated branch creation for an Amplify app.CreateAppRequest.Builder autoBranchCreationPatterns(Collection<String> autoBranchCreationPatterns)
The automated branch creation glob patterns for an Amplify app.
autoBranchCreationPatterns - The automated branch creation glob patterns for an Amplify app.CreateAppRequest.Builder autoBranchCreationPatterns(String... autoBranchCreationPatterns)
The automated branch creation glob patterns for an Amplify app.
autoBranchCreationPatterns - The automated branch creation glob patterns for an Amplify app.CreateAppRequest.Builder autoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
autoBranchCreationConfig - The automated branch creation configuration for an Amplify app.default CreateAppRequest.Builder autoBranchCreationConfig(Consumer<AutoBranchCreationConfig.Builder> autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
This is a convenience method 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)CreateAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.