| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
GitConfig.Builder |
GitConfig.Builder.branch(String branch)
The default branch for the Git repository.
|
static GitConfig.Builder |
GitConfig.builder() |
GitConfig.Builder |
GitConfig.Builder.repositoryUrl(String repositoryUrl)
The URL where the Git repository is located.
|
GitConfig.Builder |
GitConfig.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.Builder |
GitConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GitConfig.Builder> |
GitConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCodeRepositoryResponse.Builder |
DescribeCodeRepositoryResponse.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.
|
default CreateCodeRepositoryRequest.Builder |
CreateCodeRepositoryRequest.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 CodeRepositorySummary.Builder |
CodeRepositorySummary.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.
|
Copyright © 2021. All rights reserved.