public static interface UpdateRepositoryNameRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, 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 current name of the repository.
|
UpdateRepositoryNameRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRepositoryNameRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRepositoryNameRequest.Builder oldName(String oldName)
The current name of the repository.
oldName - The current name of the repository.UpdateRepositoryNameRequest.Builder newName(String newName)
The new name for the repository.
newName - The new name for the repository.UpdateRepositoryNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRepositoryNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.