Uses of Interface
software.amazon.awssdk.services.sagemaker.model.GitConfig.Builder
-
Packages that use GitConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of GitConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return GitConfig.Builder Modifier and Type Method Description GitConfig.BuilderGitConfig.Builder. branch(String branch)The default branch for the Git repository.static GitConfig.BuilderGitConfig. builder()GitConfig.BuilderGitConfig.Builder. repositoryUrl(String repositoryUrl)The URL where the Git repository is located.GitConfig.BuilderGitConfig.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.GitConfig.BuilderGitConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type GitConfig.Builder Modifier and Type Method Description static Class<? extends GitConfig.Builder>GitConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type GitConfig.Builder Modifier and Type Method Description default CodeRepositorySummary.BuilderCodeRepositorySummary.Builder. gitConfig(Consumer<GitConfig.Builder> gitConfig)Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.default CreateCodeRepositoryRequest.BuilderCreateCodeRepositoryRequest.Builder. gitConfig(Consumer<GitConfig.Builder> gitConfig)Specifies details about the repository, including the URL where the repository is located, the default branch, and credentials to use to access the repository.default DescribeCodeRepositoryResponse.BuilderDescribeCodeRepositoryResponse.Builder. gitConfig(Consumer<GitConfig.Builder> gitConfig)Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
-