JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codeartifact.model

Class PackageVersionOrigin

    • Constructor Detail

      • PackageVersionOrigin

        public PackageVersionOrigin()
    • Method Detail

      • setDomainEntryPoint

        public void setDomainEntryPoint(DomainEntryPoint domainEntryPoint)

        A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.

        Parameters:
        domainEntryPoint - A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.
      • getDomainEntryPoint

        public DomainEntryPoint getDomainEntryPoint()

        A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.

        Returns:
        A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.
      • withDomainEntryPoint

        public PackageVersionOrigin withDomainEntryPoint(DomainEntryPoint domainEntryPoint)

        A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.

        Parameters:
        domainEntryPoint - A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOriginType

        public void setOriginType(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.

        Parameters:
        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.
        See Also:
        PackageVersionOriginType
      • getOriginType

        public String getOriginType()

        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.

        Returns:
        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.
        See Also:
        PackageVersionOriginType
      • withOriginType

        public PackageVersionOrigin withOriginType(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PackageVersionOriginType
      • withOriginType

        public PackageVersionOrigin withOriginType(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PackageVersionOriginType
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /