Uses of Interface
software.amazon.awssdk.services.sagemaker.model.GitConfigForUpdate.Builder
-
Packages that use GitConfigForUpdate.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of GitConfigForUpdate.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return GitConfigForUpdate.Builder Modifier and Type Method Description static GitConfigForUpdate.BuilderGitConfigForUpdate. builder()GitConfigForUpdate.BuilderGitConfigForUpdate.Builder. secretArn(String secretArn)The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository.GitConfigForUpdate.BuilderGitConfigForUpdate. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type GitConfigForUpdate.Builder Modifier and Type Method Description static Class<? extends GitConfigForUpdate.Builder>GitConfigForUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type GitConfigForUpdate.Builder Modifier and Type Method Description default UpdateCodeRepositoryRequest.BuilderUpdateCodeRepositoryRequest.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.
-