| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static GitConfigForUpdate.Builder |
GitConfigForUpdate.builder() |
GitConfigForUpdate.Builder |
GitConfigForUpdate.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.Builder |
GitConfigForUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GitConfigForUpdate.Builder> |
GitConfigForUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.