| 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 AWS 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 AWS
Secrets Manager secret that contains the credentials used to access the repository.
|
Copyright © 2019. All rights reserved.