public static interface Repository.Builder extends SdkPojo, CopyableBuilder<Repository.Builder,Repository>
| Modifier and Type | Method and Description |
|---|---|
default Repository.Builder |
bitbucket(Consumer<ThirdPartySourceRepository.Builder> bitbucket)
Information about a Bitbucket repository.
|
Repository.Builder |
bitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket repository.
|
Repository.Builder |
codeCommit(CodeCommitRepository codeCommit)
Information about an AWS CodeCommit repository.
|
default Repository.Builder |
codeCommit(Consumer<CodeCommitRepository.Builder> codeCommit)
Information about an AWS CodeCommit repository.
|
default Repository.Builder |
gitHubEnterpriseServer(Consumer<ThirdPartySourceRepository.Builder> gitHubEnterpriseServer)
Information about a GitHub Enterprise Server repository.
|
Repository.Builder |
gitHubEnterpriseServer(ThirdPartySourceRepository gitHubEnterpriseServer)
Information about a GitHub Enterprise Server repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepository.Builder codeCommit(CodeCommitRepository codeCommit)
Information about an AWS CodeCommit repository.
codeCommit - Information about an AWS CodeCommit repository.default Repository.Builder codeCommit(Consumer<CodeCommitRepository.Builder> codeCommit)
Information about an AWS CodeCommit repository.
This is a convenience that creates an instance of theCodeCommitRepository.Builder avoiding the need
to create one manually via CodeCommitRepository.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to codeCommit(CodeCommitRepository).codeCommit - a consumer that will call methods on CodeCommitRepository.BuildercodeCommit(CodeCommitRepository)Repository.Builder bitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket repository.
bitbucket - Information about a Bitbucket repository.default Repository.Builder bitbucket(Consumer<ThirdPartySourceRepository.Builder> bitbucket)
Information about a Bitbucket repository.
This is a convenience that creates an instance of theThirdPartySourceRepository.Builder avoiding the
need to create one manually via ThirdPartySourceRepository.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to bitbucket(ThirdPartySourceRepository).bitbucket - a consumer that will call methods on ThirdPartySourceRepository.Builderbitbucket(ThirdPartySourceRepository)Repository.Builder gitHubEnterpriseServer(ThirdPartySourceRepository gitHubEnterpriseServer)
Information about a GitHub Enterprise Server repository.
gitHubEnterpriseServer - Information about a GitHub Enterprise Server repository.default Repository.Builder gitHubEnterpriseServer(Consumer<ThirdPartySourceRepository.Builder> gitHubEnterpriseServer)
Information about a GitHub Enterprise Server repository.
This is a convenience that creates an instance of theThirdPartySourceRepository.Builder avoiding the
need to create one manually via ThirdPartySourceRepository.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to gitHubEnterpriseServer(ThirdPartySourceRepository).gitHubEnterpriseServer - a consumer that will call methods on ThirdPartySourceRepository.BuildergitHubEnterpriseServer(ThirdPartySourceRepository)Copyright © 2021. All rights reserved.