Interface SourceCodeVersion.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SourceCodeVersion.Builder,,SourceCodeVersion> SdkBuilder<SourceCodeVersion.Builder,,SourceCodeVersion> SdkPojo
- Enclosing class:
 SourceCodeVersion
public static interface SourceCodeVersion.Builder
extends SdkPojo, CopyableBuilder<SourceCodeVersion.Builder,SourceCodeVersion> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe type of version identifier.type(SourceCodeVersionType type) The type of version identifier.A source code version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
type
The type of version identifier.
For a git-based repository, branches represent versions.
- Parameters:
 type- The type of version identifier.For a git-based repository, branches represent versions.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of version identifier.
For a git-based repository, branches represent versions.
- Parameters:
 type- The type of version identifier.For a git-based repository, branches represent versions.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
- Parameters:
 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.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -