| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static CodeRepositorySummary.Builder |
CodeRepositorySummary.builder() |
CodeRepositorySummary.Builder |
CodeRepositorySummary.Builder.codeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the Git repository.
|
CodeRepositorySummary.Builder |
CodeRepositorySummary.Builder.codeRepositoryName(String codeRepositoryName)
The name of the Git repository.
|
CodeRepositorySummary.Builder |
CodeRepositorySummary.Builder.creationTime(Instant creationTime)
The date and time that the Git repository was created.
|
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 AWS
Secrets Manager secret that contains the credentials used to access the repository.
|
CodeRepositorySummary.Builder |
CodeRepositorySummary.Builder.gitConfig(GitConfig gitConfig)
Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS
Secrets Manager secret that contains the credentials used to access the repository.
|
CodeRepositorySummary.Builder |
CodeRepositorySummary.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the Git repository was last modified.
|
CodeRepositorySummary.Builder |
CodeRepositorySummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CodeRepositorySummary.Builder> |
CodeRepositorySummary.serializableBuilderClass() |
Copyright © 2019. All rights reserved.