| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
App.Builder |
App.Builder.appArn(String appArn)
The Amazon Resource Name (ARN) of the Amplify app.
|
App.Builder |
App.Builder.appId(String appId)
The unique ID of the Amplify app.
|
App.Builder |
App.Builder.autoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Describes the automated branch creation configuration for the Amplify app.
|
default App.Builder |
App.Builder.autoBranchCreationConfig(Consumer<AutoBranchCreationConfig.Builder> autoBranchCreationConfig)
Describes the automated branch creation configuration for the Amplify app.
|
App.Builder |
App.Builder.autoBranchCreationPatterns(Collection<String> autoBranchCreationPatterns)
Describes the automated branch creation glob patterns for the Amplify app.
|
App.Builder |
App.Builder.autoBranchCreationPatterns(String... autoBranchCreationPatterns)
Describes the automated branch creation glob patterns for the Amplify app.
|
App.Builder |
App.Builder.basicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for branches for the Amplify app.
|
static App.Builder |
App.builder() |
App.Builder |
App.Builder.buildSpec(String buildSpec)
Describes the content of the build specification (build spec) for the Amplify app.
|
App.Builder |
App.Builder.createTime(Instant createTime)
Creates a date and time for the Amplify app.
|
App.Builder |
App.Builder.customHeaders(String customHeaders)
Describes the custom HTTP headers for the Amplify app.
|
App.Builder |
App.Builder.customRules(Collection<CustomRule> customRules)
Describes the custom redirect and rewrite rules for the Amplify app.
|
App.Builder |
App.Builder.customRules(Consumer<CustomRule.Builder>... customRules)
Describes the custom redirect and rewrite rules for the Amplify app.
|
App.Builder |
App.Builder.customRules(CustomRule... customRules)
Describes the custom redirect and rewrite rules for the Amplify app.
|
App.Builder |
App.Builder.defaultDomain(String defaultDomain)
The default domain for the Amplify app.
|
App.Builder |
App.Builder.description(String description)
The description for the Amplify app.
|
App.Builder |
App.Builder.enableAutoBranchCreation(Boolean enableAutoBranchCreation)
Enables automated branch creation for the Amplify app.
|
App.Builder |
App.Builder.enableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for the Amplify app's branches.
|
App.Builder |
App.Builder.enableBranchAutoBuild(Boolean enableBranchAutoBuild)
Enables the auto-building of branches for the Amplify app.
|
App.Builder |
App.Builder.enableBranchAutoDeletion(Boolean enableBranchAutoDeletion)
Automatically disconnect a branch in the Amplify Console when you delete a branch from your Git repository.
|
App.Builder |
App.Builder.environmentVariables(Map<String,String> environmentVariables)
The environment variables for the Amplify app.
|
App.Builder |
App.Builder.iamServiceRoleArn(String iamServiceRoleArn)
The AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) of the Amplify
app.
|
App.Builder |
App.Builder.name(String name)
The name for the Amplify app.
|
App.Builder |
App.Builder.platform(Platform platform)
The platform for the Amplify app.
|
App.Builder |
App.Builder.platform(String platform)
The platform for the Amplify app.
|
default App.Builder |
App.Builder.productionBranch(Consumer<ProductionBranch.Builder> productionBranch)
Describes the information about a production branch of the Amplify app.
|
App.Builder |
App.Builder.productionBranch(ProductionBranch productionBranch)
Describes the information about a production branch of the Amplify app.
|
App.Builder |
App.Builder.repository(String repository)
The Git repository for the Amplify app.
|
App.Builder |
App.Builder.repositoryCloneMethod(RepositoryCloneMethod repositoryCloneMethod)
|
App.Builder |
App.Builder.repositoryCloneMethod(String repositoryCloneMethod)
|
App.Builder |
App.Builder.tags(Map<String,String> tags)
The tag for the Amplify app.
|
App.Builder |
App.toBuilder() |
App.Builder |
App.Builder.updateTime(Instant updateTime)
Updates the date and time for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends App.Builder> |
App.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteAppResponse.Builder |
DeleteAppResponse.Builder.app(Consumer<App.Builder> app)
Sets the value of the App property for this object.
|
default CreateAppResponse.Builder |
CreateAppResponse.Builder.app(Consumer<App.Builder> app)
Sets the value of the App property for this object.
|
default GetAppResponse.Builder |
GetAppResponse.Builder.app(Consumer<App.Builder> app)
Sets the value of the App property for this object.
|
default UpdateAppResponse.Builder |
UpdateAppResponse.Builder.app(Consumer<App.Builder> app)
Represents the updated Amplify app.
|
Copyright © 2022. All rights reserved.