| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Branch |
Branch.addEnvironmentVariablesEntry(String key,
String value)
Add a single EnvironmentVariables entry
|
Branch |
Branch.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Branch |
Branch.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
Branch |
Branch.clearTagsEntries()
Removes all the entries added into Tags.
|
Branch |
Branch.clone() |
Branch |
CreateBranchResult.getBranch()
Describes the branch for an Amplify app, which maps to a third-party repository branch.
|
Branch |
DeleteBranchResult.getBranch()
The branch for an Amplify app, which maps to a third-party repository branch.
|
Branch |
UpdateBranchResult.getBranch()
The branch for an Amplify app, which maps to a third-party repository branch.
|
Branch |
GetBranchResult.getBranch() |
Branch |
Branch.withActiveJobId(String activeJobId)
The ID of the active job for a branch of an Amplify app.
|
Branch |
Branch.withAssociatedResources(Collection<String> associatedResources)
A list of custom resources that are linked to this branch.
|
Branch |
Branch.withAssociatedResources(String... associatedResources)
A list of custom resources that are linked to this branch.
|
Branch |
Branch.withBackendEnvironmentArn(String backendEnvironmentArn)
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
|
Branch |
Branch.withBasicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for a branch of an Amplify app.
|
Branch |
Branch.withBranchArn(String branchArn)
The Amazon Resource Name (ARN) for a branch that is part of an Amplify app.
|
Branch |
Branch.withBranchName(String branchName)
The name for the branch that is part of an Amplify app.
|
Branch |
Branch.withBuildSpec(String buildSpec)
The build specification (build spec) content for the branch of an Amplify app.
|
Branch |
Branch.withCreateTime(Date createTime)
The creation date and time for a branch that is part of an Amplify app.
|
Branch |
Branch.withCustomDomains(Collection<String> customDomains)
The custom domains for a branch of an Amplify app.
|
Branch |
Branch.withCustomDomains(String... customDomains)
The custom domains for a branch of an Amplify app.
|
Branch |
Branch.withDescription(String description)
The description for the branch that is part of an Amplify app.
|
Branch |
Branch.withDestinationBranch(String destinationBranch)
The destination branch if the branch is a pull request branch.
|
Branch |
Branch.withDisplayName(String displayName)
The display name for the branch.
|
Branch |
Branch.withEnableAutoBuild(Boolean enableAutoBuild)
Enables auto-building on push for a branch of an Amplify app.
|
Branch |
Branch.withEnableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for a branch of an Amplify app.
|
Branch |
Branch.withEnableNotification(Boolean enableNotification)
Enables notifications for a branch that is part of an Amplify app.
|
Branch |
Branch.withEnablePerformanceMode(Boolean enablePerformanceMode)
Enables performance mode for the branch.
|
Branch |
Branch.withEnablePullRequestPreview(Boolean enablePullRequestPreview)
Enables pull request previews for the branch.
|
Branch |
Branch.withEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables specific to a branch of an Amplify app.
|
Branch |
Branch.withFramework(String framework)
The framework for a branch of an Amplify app.
|
Branch |
Branch.withPullRequestEnvironmentName(String pullRequestEnvironmentName)
The Amplify environment name for the pull request.
|
Branch |
Branch.withSourceBranch(String sourceBranch)
The source branch if the branch is a pull request branch.
|
Branch |
Branch.withStage(Stage stage)
The current stage for the branch that is part of an Amplify app.
|
Branch |
Branch.withStage(String stage)
The current stage for the branch that is part of an Amplify app.
|
Branch |
Branch.withTags(Map<String,String> tags)
The tag for the branch of an Amplify app.
|
Branch |
Branch.withThumbnailUrl(String thumbnailUrl)
The thumbnail URL for the branch of an Amplify app.
|
Branch |
Branch.withTotalNumberOfJobs(String totalNumberOfJobs)
The total number of jobs that are part of an Amplify app.
|
Branch |
Branch.withTtl(String ttl)
The content Time to Live (TTL) for the website in seconds.
|
Branch |
Branch.withUpdateTime(Date updateTime)
The last updated date and time for a branch that is part of an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
List<Branch> |
ListBranchesResult.getBranches()
A list of branches for an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBranchResult.setBranch(Branch branch)
Describes the branch for an Amplify app, which maps to a third-party repository branch.
|
void |
DeleteBranchResult.setBranch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
void |
UpdateBranchResult.setBranch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
void |
GetBranchResult.setBranch(Branch branch) |
CreateBranchResult |
CreateBranchResult.withBranch(Branch branch)
Describes the branch for an Amplify app, which maps to a third-party repository branch.
|
DeleteBranchResult |
DeleteBranchResult.withBranch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
UpdateBranchResult |
UpdateBranchResult.withBranch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
GetBranchResult |
GetBranchResult.withBranch(Branch branch) |
ListBranchesResult |
ListBranchesResult.withBranches(Branch... branches)
A list of branches for an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBranchesResult.setBranches(Collection<Branch> branches)
A list of branches for an Amplify app.
|
ListBranchesResult |
ListBranchesResult.withBranches(Collection<Branch> branches)
A list of branches for an Amplify app.
|
Copyright © 2023. All rights reserved.