CopyableBuilder<RepositoryMetadata.Builder,RepositoryMetadata>
, SdkBuilder<RepositoryMetadata.Builder,RepositoryMetadata>
public static interface RepositoryMetadata.Builder extends CopyableBuilder<RepositoryMetadata.Builder,RepositoryMetadata>
Modifier and Type | Method | Description |
---|---|---|
RepositoryMetadata.Builder |
accountId(String accountId) |
The ID of the AWS account associated with the repository.
|
RepositoryMetadata.Builder |
arn(String arn) |
The Amazon Resource Name (ARN) of the repository.
|
RepositoryMetadata.Builder |
cloneUrlHttp(String cloneUrlHttp) |
The URL to use for cloning the repository over HTTPS.
|
RepositoryMetadata.Builder |
cloneUrlSsh(String cloneUrlSsh) |
The URL to use for cloning the repository over SSH.
|
RepositoryMetadata.Builder |
creationDate(Date creationDate) |
The date and time the repository was created, in timestamp format.
|
RepositoryMetadata.Builder |
defaultBranch(String defaultBranch) |
The repository's default branch name.
|
RepositoryMetadata.Builder |
lastModifiedDate(Date lastModifiedDate) |
The date and time the repository was last modified, in timestamp format.
|
RepositoryMetadata.Builder |
repositoryDescription(String repositoryDescription) |
A comment or description about the repository.
|
RepositoryMetadata.Builder |
repositoryId(String repositoryId) |
The ID of the repository.
|
RepositoryMetadata.Builder |
repositoryName(String repositoryName) |
The repository's name.
|
copy
apply, build
RepositoryMetadata.Builder accountId(String accountId)
The ID of the AWS account associated with the repository.
accountId
- The ID of the AWS account associated with the repository.RepositoryMetadata.Builder repositoryId(String repositoryId)
The ID of the repository.
repositoryId
- The ID of the repository.RepositoryMetadata.Builder repositoryName(String repositoryName)
The repository's name.
repositoryName
- The repository's name.RepositoryMetadata.Builder repositoryDescription(String repositoryDescription)
A comment or description about the repository.
repositoryDescription
- A comment or description about the repository.RepositoryMetadata.Builder defaultBranch(String defaultBranch)
The repository's default branch name.
defaultBranch
- The repository's default branch name.RepositoryMetadata.Builder lastModifiedDate(Date lastModifiedDate)
The date and time the repository was last modified, in timestamp format.
lastModifiedDate
- The date and time the repository was last modified, in timestamp format.RepositoryMetadata.Builder creationDate(Date creationDate)
The date and time the repository was created, in timestamp format.
creationDate
- The date and time the repository was created, in timestamp format.RepositoryMetadata.Builder cloneUrlHttp(String cloneUrlHttp)
The URL to use for cloning the repository over HTTPS.
cloneUrlHttp
- The URL to use for cloning the repository over HTTPS.RepositoryMetadata.Builder cloneUrlSsh(String cloneUrlSsh)
The URL to use for cloning the repository over SSH.
cloneUrlSsh
- The URL to use for cloning the repository over SSH.RepositoryMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) of the repository.
arn
- The Amazon Resource Name (ARN) of the repository.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.