Interface RepositoryBranch.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RepositoryBranch.Builder,,RepositoryBranch> SdkBuilder<RepositoryBranch.Builder,,RepositoryBranch> SdkPojo
- Enclosing class:
 RepositoryBranch
@Mutable
@NotThreadSafe
public static interface RepositoryBranch.Builder
extends SdkPojo, CopyableBuilder<RepositoryBranch.Builder,RepositoryBranch> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the linked repository.The repository branch.The repository name.The repository provider.provider(RepositoryProvider provider) The repository provider.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
arn
The Amazon Resource Name (ARN) of the linked repository.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the linked repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
branch
The repository branch.
- Parameters:
 branch- The repository branch.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The repository name.
- Parameters:
 name- The repository name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
provider
The repository provider.
- Parameters:
 provider- The repository provider.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
provider
The repository provider.
- Parameters:
 provider- The repository provider.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -