static CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.builder() |
|
CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.Builder.connectionArn(String connectionArn) |
The Amazon Resource Name (ARN) of the connection to be associated with the repository link.
|
CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.Builder.encryptionKeyArn(String encryptionKeyArn) |
The Amazon Resource Name (ARN) encryption key for the repository to be associated with the repository link.
|
CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.Builder.ownerId(String ownerId) |
The owner ID for the repository associated with a specific sync configuration, such as the owner ID in
GitHub.
|
CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.Builder.repositoryName(String repositoryName) |
The name of the repository to be associated with the repository link.
|
CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.Builder.tags(Collection<Tag> tags) |
The tags for the repository to be associated with the repository link.
|
CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags for the repository to be associated with the repository link.
|
CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.Builder.tags(Tag... tags) |
The tags for the repository to be associated with the repository link.
|
CreateRepositoryLinkRequest.Builder |
CreateRepositoryLinkRequest.toBuilder() |
|