public static interface UpdateRepositoryNameRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<UpdateRepositoryNameRequest.Builder,UpdateRepositoryNameRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRepositoryNameRequest.Builder |
newName(String newName)
The new name for the repository.
|
UpdateRepositoryNameRequest.Builder |
oldName(String oldName)
The existing name of the repository.
|
UpdateRepositoryNameRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.UpdateRepositoryNameRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.