static DescribeCodeRepositoryResponse.Builder |
DescribeCodeRepositoryResponse.builder() |
|
DescribeCodeRepositoryResponse.Builder |
DescribeCodeRepositoryResponse.Builder.codeRepositoryArn(String codeRepositoryArn) |
The Amazon Resource Name (ARN) of the Git repository.
|
DescribeCodeRepositoryResponse.Builder |
DescribeCodeRepositoryResponse.Builder.codeRepositoryName(String codeRepositoryName) |
The name of the Git repository.
|
DescribeCodeRepositoryResponse.Builder |
DescribeCodeRepositoryResponse.Builder.creationTime(Instant creationTime) |
The date and time that the repository was created.
|
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.
|
DescribeCodeRepositoryResponse.Builder |
DescribeCodeRepositoryResponse.Builder.gitConfig(GitConfig 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.
|
DescribeCodeRepositoryResponse.Builder |
DescribeCodeRepositoryResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The date and time that the repository was last changed.
|
DescribeCodeRepositoryResponse.Builder |
DescribeCodeRepositoryResponse.toBuilder() |
|