| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static ThirdPartySourceRepository.Builder |
ThirdPartySourceRepository.builder() |
ThirdPartySourceRepository.Builder |
ThirdPartySourceRepository.Builder.connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.
|
ThirdPartySourceRepository.Builder |
ThirdPartySourceRepository.Builder.name(String name)
The name of the third party source repository.
|
ThirdPartySourceRepository.Builder |
ThirdPartySourceRepository.Builder.owner(String owner)
The owner of the repository.
|
ThirdPartySourceRepository.Builder |
ThirdPartySourceRepository.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThirdPartySourceRepository.Builder> |
ThirdPartySourceRepository.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Repository.Builder |
Repository.Builder.bitbucket(Consumer<ThirdPartySourceRepository.Builder> bitbucket)
Information about a Bitbucket repository.
|
default Repository.Builder |
Repository.Builder.gitHubEnterpriseServer(Consumer<ThirdPartySourceRepository.Builder> gitHubEnterpriseServer)
Information about a GitHub Enterprise Server repository.
|
Copyright © 2021. All rights reserved.