public static interface RepositoryNameIdPair.Builder extends CopyableBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair>
| Modifier and Type | Method and Description |
|---|---|
RepositoryNameIdPair.Builder |
repositoryId(String repositoryId)
The ID associated with the repository.
|
RepositoryNameIdPair.Builder |
repositoryName(String repositoryName)
The name associated with the repository.
|
copyapply, buildRepositoryNameIdPair.Builder repositoryName(String repositoryName)
The name associated with the repository.
repositoryName - The name associated with the repository.RepositoryNameIdPair.Builder repositoryId(String repositoryId)
The ID associated with the repository.
repositoryId - The ID associated with the repository.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.