Interface CodeRepositorySummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CodeRepositorySummary.Builder,,- CodeRepositorySummary> - SdkBuilder<CodeRepositorySummary.Builder,,- CodeRepositorySummary> - SdkPojo
- Enclosing class:
- CodeRepositorySummary
- 
Method SummaryModifier and TypeMethodDescriptioncodeRepositoryArn(String codeRepositoryArn) The Amazon Resource Name (ARN) of the Git repository.codeRepositoryName(String codeRepositoryName) The name of the Git repository.creationTime(Instant creationTime) The date and time that the Git repository was created.default CodeRepositorySummary.BuildergitConfig(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.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.lastModifiedTime(Instant lastModifiedTime) The date and time that the Git repository was last modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
codeRepositoryNameThe name of the Git repository. - Parameters:
- codeRepositoryName- The name of the Git repository.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeRepositoryArnThe Amazon Resource Name (ARN) of the Git repository. - Parameters:
- codeRepositoryArn- The Amazon Resource Name (ARN) of the Git repository.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe date and time that the Git repository was created. - Parameters:
- creationTime- The date and time that the Git repository was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimeThe date and time that the Git repository was last modified. - Parameters:
- lastModifiedTime- The date and time that the Git repository was last modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
gitConfigConfiguration 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
gitConfigConfiguration 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. This is a convenience method that creates an instance of theGitConfig.Builderavoiding the need to create one manually viaGitConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togitConfig(GitConfig).- Parameters:
- gitConfig- a consumer that will call methods on- GitConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-