public static interface PackageVersionOrigin.Builder extends SdkPojo, CopyableBuilder<PackageVersionOrigin.Builder,PackageVersionOrigin>
| Modifier and Type | Method and Description |
|---|---|
default PackageVersionOrigin.Builder |
domainEntryPoint(Consumer<DomainEntryPoint.Builder> domainEntryPoint)
A
DomainEntryPoint object that contains information about from which repository or external connection the
package version was added to the domain.
|
PackageVersionOrigin.Builder |
domainEntryPoint(DomainEntryPoint domainEntryPoint)
A
DomainEntryPoint object that contains information about from which repository or external connection the
package version was added to the domain.
|
PackageVersionOrigin.Builder |
originType(PackageVersionOriginType originType)
Describes how the package version was originally added to the domain.
|
PackageVersionOrigin.Builder |
originType(String originType)
Describes how the package version was originally added to the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackageVersionOrigin.Builder domainEntryPoint(DomainEntryPoint domainEntryPoint)
A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.
domainEntryPoint - A
DomainEntryPoint object that contains information about from which repository or external
connection the package version was added to the domain.default PackageVersionOrigin.Builder domainEntryPoint(Consumer<DomainEntryPoint.Builder> domainEntryPoint)
A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.
This is a convenience method that creates an instance of theDomainEntryPoint.Builder avoiding the
need to create one manually via DomainEntryPoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to domainEntryPoint(DomainEntryPoint).
domainEntryPoint - a consumer that will call methods on DomainEntryPoint.BuilderdomainEntryPoint(DomainEntryPoint)PackageVersionOrigin.Builder originType(String originType)
Describes how the package version was originally added to the domain. An INTERNAL origin type
means the package version was published directly to a repository in the domain. An EXTERNAL
origin type means the package version was ingested from an external connection.
originType - Describes how the package version was originally added to the domain. An INTERNAL origin
type means the package version was published directly to a repository in the domain. An
EXTERNAL origin type means the package version was ingested from an external connection.PackageVersionOriginType,
PackageVersionOriginTypePackageVersionOrigin.Builder originType(PackageVersionOriginType originType)
Describes how the package version was originally added to the domain. An INTERNAL origin type
means the package version was published directly to a repository in the domain. An EXTERNAL
origin type means the package version was ingested from an external connection.
originType - Describes how the package version was originally added to the domain. An INTERNAL origin
type means the package version was published directly to a repository in the domain. An
EXTERNAL origin type means the package version was ingested from an external connection.PackageVersionOriginType,
PackageVersionOriginTypeCopyright © 2023. All rights reserved.