Uses of Interface
software.amazon.awssdk.services.sagemaker.model.UpdateCodeRepositoryRequest.Builder
-
Packages that use UpdateCodeRepositoryRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of UpdateCodeRepositoryRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type UpdateCodeRepositoryRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateCodeRepositoryResponse>
SageMakerAsyncClient. updateCodeRepository(Consumer<UpdateCodeRepositoryRequest.Builder> updateCodeRepositoryRequest)
Updates the specified Git repository with the specified values.default UpdateCodeRepositoryResponse
SageMakerClient. updateCodeRepository(Consumer<UpdateCodeRepositoryRequest.Builder> updateCodeRepositoryRequest)
Updates the specified Git repository with the specified values. -
Uses of UpdateCodeRepositoryRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return UpdateCodeRepositoryRequest.Builder Modifier and Type Method Description static UpdateCodeRepositoryRequest.Builder
UpdateCodeRepositoryRequest. builder()
UpdateCodeRepositoryRequest.Builder
UpdateCodeRepositoryRequest.Builder. codeRepositoryName(String codeRepositoryName)
The name of the Git repository to update.default UpdateCodeRepositoryRequest.Builder
UpdateCodeRepositoryRequest.Builder. gitConfig(Consumer<GitConfigForUpdate.Builder> gitConfig)
The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.UpdateCodeRepositoryRequest.Builder
UpdateCodeRepositoryRequest.Builder. gitConfig(GitConfigForUpdate gitConfig)
The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.UpdateCodeRepositoryRequest.Builder
UpdateCodeRepositoryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateCodeRepositoryRequest.Builder
UpdateCodeRepositoryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateCodeRepositoryRequest.Builder
UpdateCodeRepositoryRequest. toBuilder()
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type UpdateCodeRepositoryRequest.Builder Modifier and Type Method Description static Class<? extends UpdateCodeRepositoryRequest.Builder>
UpdateCodeRepositoryRequest. serializableBuilderClass()
-