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 Amazon Web Services CodeCommit repository.
|
default Repository.Builder |
codeCommit(Consumer<CodeCommitRepository.Builder> codeCommit)
Information about an Amazon Web Services 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.
|
default Repository.Builder |
s3Bucket(Consumer<S3Repository.Builder> s3Bucket)
Sets the value of the S3Bucket property for this object.
|
Repository.Builder |
s3Bucket(S3Repository s3Bucket)
Sets the value of the S3Bucket property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepository.Builder codeCommit(CodeCommitRepository codeCommit)
Information about an Amazon Web Services CodeCommit repository.
codeCommit - Information about an Amazon Web Services CodeCommit repository.default Repository.Builder codeCommit(Consumer<CodeCommitRepository.Builder> codeCommit)
Information about an Amazon Web Services CodeCommit repository.
This is a convenience method 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 method 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 method 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)Repository.Builder s3Bucket(S3Repository s3Bucket)
s3Bucket - The new value for the S3Bucket property for this object.default Repository.Builder s3Bucket(Consumer<S3Repository.Builder> s3Bucket)
S3Repository.Builder avoiding the need
to create one manually via S3Repository.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Bucket(S3Repository).
s3Bucket - a consumer that will call methods on S3Repository.Builders3Bucket(S3Repository)Copyright © 2023. All rights reserved.