Interface UpdateRepositoryNameRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCommitRequest.Builder,CopyableBuilder<UpdateRepositoryNameRequest.Builder,UpdateRepositoryNameRequest>,SdkBuilder<UpdateRepositoryNameRequest.Builder,UpdateRepositoryNameRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRepositoryNameRequest
public static interface UpdateRepositoryNameRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<UpdateRepositoryNameRequest.Builder,UpdateRepositoryNameRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRepositoryNameRequest.BuildernewName(String newName)The new name for the repository.UpdateRepositoryNameRequest.BuilderoldName(String oldName)The current name of the repository.UpdateRepositoryNameRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRepositoryNameRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
oldName
UpdateRepositoryNameRequest.Builder oldName(String oldName)
The current name of the repository.
- Parameters:
oldName- The current name of the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newName
UpdateRepositoryNameRequest.Builder newName(String newName)
The new name for the repository.
- Parameters:
newName- The new name for the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRepositoryNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRepositoryNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-