Interface RepositoryNameIdPair.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RepositoryNameIdPair.Builder,,RepositoryNameIdPair> SdkBuilder<RepositoryNameIdPair.Builder,,RepositoryNameIdPair> SdkPojo
- Enclosing class:
 RepositoryNameIdPair
public static interface RepositoryNameIdPair.Builder
extends SdkPojo, CopyableBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair> 
- 
Method Summary
Modifier and TypeMethodDescriptionrepositoryId(String repositoryId) The ID associated with the repository.repositoryName(String repositoryName) The name associated with the repository.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
- 
repositoryName
The name associated with the repository.
- Parameters:
 repositoryName- The name associated with the repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
repositoryId
The ID associated with the repository.
- Parameters:
 repositoryId- The ID associated with the repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -