CopyableBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair>, SdkBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair>public static interface RepositoryNameIdPair.Builder extends CopyableBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair>
| Modifier and Type | Method | 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.