Interface RepositoryInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RepositoryInput.Builder,,- RepositoryInput> - SdkBuilder<RepositoryInput.Builder,,- RepositoryInput> - SdkPojo
- Enclosing class:
- RepositoryInput
@Mutable
@NotThreadSafe
public static interface RepositoryInput.Builder
extends SdkPojo, CopyableBuilder<RepositoryInput.Builder,RepositoryInput> 
- 
Method SummaryModifier and TypeMethodDescriptionbranchName(String branchName) The name of the branch in a source repository.repositoryName(String repositoryName) The name of the source repository.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
repositoryNameThe name of the source repository. - Parameters:
- repositoryName- The name of the source repository.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
branchNameThe name of the branch in a source repository. - Parameters:
- branchName- The name of the branch in a source repository.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-