public static interface CodeRepositorySummary.Builder extends SdkPojo, CopyableBuilder<CodeRepositorySummary.Builder,CodeRepositorySummary>
Modifier and Type | Method and Description |
---|---|
CodeRepositorySummary.Builder |
codeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the Git repository.
|
CodeRepositorySummary.Builder |
codeRepositoryName(String codeRepositoryName)
The name of the Git repository.
|
CodeRepositorySummary.Builder |
creationTime(Instant creationTime)
The date and time that the Git repository was created.
|
default 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 |
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 |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the Git repository was last modified.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CodeRepositorySummary.Builder codeRepositoryName(String codeRepositoryName)
The name of the Git repository.
codeRepositoryName
- The name of the Git repository.CodeRepositorySummary.Builder codeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the Git repository.
codeRepositoryArn
- The Amazon Resource Name (ARN) of the Git repository.CodeRepositorySummary.Builder creationTime(Instant creationTime)
The date and time that the Git repository was created.
creationTime
- The date and time that the Git repository was created.CodeRepositorySummary.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the Git repository was last modified.
lastModifiedTime
- The date and time that the Git repository was last modified.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.
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.default 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.
This is a convenience that creates an instance of theGitConfig.Builder
avoiding the need to create
one manually via GitConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to gitConfig(GitConfig)
.gitConfig
- a consumer that will call methods on GitConfig.Builder
gitConfig(GitConfig)
Copyright © 2020. All rights reserved.