| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Branch.Builder |
Branch.Builder.activeJobId(String activeJobId)
The ID of the active job for a branch of an Amplify app.
|
Branch.Builder |
Branch.Builder.associatedResources(Collection<String> associatedResources)
A list of custom resources that are linked to this branch.
|
Branch.Builder |
Branch.Builder.associatedResources(String... associatedResources)
A list of custom resources that are linked to this branch.
|
Branch.Builder |
Branch.Builder.backendEnvironmentArn(String backendEnvironmentArn)
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
|
Branch.Builder |
Branch.Builder.basicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for a branch of an Amplify app.
|
Branch.Builder |
Branch.Builder.branchArn(String branchArn)
The Amazon Resource Name (ARN) for a branch that is part of an Amplify app.
|
Branch.Builder |
Branch.Builder.branchName(String branchName)
The name for the branch that is part of an Amplify app.
|
static Branch.Builder |
Branch.builder() |
Branch.Builder |
Branch.Builder.buildSpec(String buildSpec)
The build specification (build spec) content for the branch of an Amplify app.
|
Branch.Builder |
Branch.Builder.createTime(Instant createTime)
The creation date and time for a branch that is part of an Amplify app.
|
Branch.Builder |
Branch.Builder.customDomains(Collection<String> customDomains)
The custom domains for a branch of an Amplify app.
|
Branch.Builder |
Branch.Builder.customDomains(String... customDomains)
The custom domains for a branch of an Amplify app.
|
Branch.Builder |
Branch.Builder.description(String description)
The description for the branch that is part of an Amplify app.
|
Branch.Builder |
Branch.Builder.destinationBranch(String destinationBranch)
The destination branch if the branch is a pull request branch.
|
Branch.Builder |
Branch.Builder.displayName(String displayName)
The display name for the branch.
|
Branch.Builder |
Branch.Builder.enableAutoBuild(Boolean enableAutoBuild)
Enables auto-building on push for a branch of an Amplify app.
|
Branch.Builder |
Branch.Builder.enableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for a branch of an Amplify app.
|
Branch.Builder |
Branch.Builder.enableNotification(Boolean enableNotification)
Enables notifications for a branch that is part of an Amplify app.
|
Branch.Builder |
Branch.Builder.enablePerformanceMode(Boolean enablePerformanceMode)
Enables performance mode for the branch.
|
Branch.Builder |
Branch.Builder.enablePullRequestPreview(Boolean enablePullRequestPreview)
Enables pull request previews for the branch.
|
Branch.Builder |
Branch.Builder.environmentVariables(Map<String,String> environmentVariables)
The environment variables specific to a branch of an Amplify app.
|
Branch.Builder |
Branch.Builder.framework(String framework)
The framework for a branch of an Amplify app.
|
Branch.Builder |
Branch.Builder.pullRequestEnvironmentName(String pullRequestEnvironmentName)
The Amplify environment name for the pull request.
|
Branch.Builder |
Branch.Builder.sourceBranch(String sourceBranch)
The source branch if the branch is a pull request branch.
|
Branch.Builder |
Branch.Builder.stage(Stage stage)
The current stage for the branch that is part of an Amplify app.
|
Branch.Builder |
Branch.Builder.stage(String stage)
The current stage for the branch that is part of an Amplify app.
|
Branch.Builder |
Branch.Builder.tags(Map<String,String> tags)
The tag for the branch of an Amplify app.
|
Branch.Builder |
Branch.Builder.thumbnailUrl(String thumbnailUrl)
The thumbnail URL for the branch of an Amplify app.
|
Branch.Builder |
Branch.toBuilder() |
Branch.Builder |
Branch.Builder.totalNumberOfJobs(String totalNumberOfJobs)
The total number of jobs that are part of an Amplify app.
|
Branch.Builder |
Branch.Builder.ttl(String ttl)
The content Time to Live (TTL) for the website in seconds.
|
Branch.Builder |
Branch.Builder.updateTime(Instant updateTime)
The last updated date and time for a branch that is part of an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Branch.Builder> |
Branch.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateBranchResponse.Builder |
CreateBranchResponse.Builder.branch(Consumer<Branch.Builder> branch)
Describes the branch for an Amplify app, which maps to a third-party repository branch.
|
default UpdateBranchResponse.Builder |
UpdateBranchResponse.Builder.branch(Consumer<Branch.Builder> branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
default GetBranchResponse.Builder |
GetBranchResponse.Builder.branch(Consumer<Branch.Builder> branch)
Sets the value of the Branch property for this object.
|
default DeleteBranchResponse.Builder |
DeleteBranchResponse.Builder.branch(Consumer<Branch.Builder> branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
Copyright © 2023. All rights reserved.