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 Amazon
Web Services 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 Amazon
Web Services 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() |
|