CopyableBuilder<UpdateRepositoryNameRequest.Builder,UpdateRepositoryNameRequest>, SdkBuilder<UpdateRepositoryNameRequest.Builder,UpdateRepositoryNameRequest>public static interface UpdateRepositoryNameRequest.Builder extends CopyableBuilder<UpdateRepositoryNameRequest.Builder,UpdateRepositoryNameRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateRepositoryNameRequest.Builder |
newName(String newName) |
The new name for the repository.
|
UpdateRepositoryNameRequest.Builder |
oldName(String oldName) |
The existing name of the repository.
|
copyapply, buildUpdateRepositoryNameRequest.Builder oldName(String oldName)
The existing name of the repository.
oldName - The existing name of the repository.UpdateRepositoryNameRequest.Builder newName(String newName)
The new name for the repository.
newName - The new name for the repository.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.