public static interface SourceCodeVersion.Builder extends SdkPojo, CopyableBuilder<SourceCodeVersion.Builder,SourceCodeVersion>
| Modifier and Type | Method and Description |
|---|---|
SourceCodeVersion.Builder |
type(SourceCodeVersionType type)
The type of version identifier.
|
SourceCodeVersion.Builder |
type(String type)
The type of version identifier.
|
SourceCodeVersion.Builder |
value(String value)
A source code version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceCodeVersion.Builder type(String type)
The type of version identifier.
For a git-based repository, branches represent versions.
type - The type of version identifier.
For a git-based repository, branches represent versions.
SourceCodeVersionType,
SourceCodeVersionTypeSourceCodeVersion.Builder type(SourceCodeVersionType type)
The type of version identifier.
For a git-based repository, branches represent versions.
type - The type of version identifier.
For a git-based repository, branches represent versions.
SourceCodeVersionType,
SourceCodeVersionTypeSourceCodeVersion.Builder value(String value)
A source code version.
For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.
value - A source code version.
For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.
Copyright © 2023. All rights reserved.