Interface DomainEntryPoint.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DomainEntryPoint.Builder,DomainEntryPoint>, SdkBuilder<DomainEntryPoint.Builder,DomainEntryPoint>, SdkPojo
Enclosing class:
DomainEntryPoint

public static interface DomainEntryPoint.Builder extends SdkPojo, CopyableBuilder<DomainEntryPoint.Builder,DomainEntryPoint>
  • Method Details

    • repositoryName

      DomainEntryPoint.Builder repositoryName(String repositoryName)

      The name of the repository that a package was originally published to.

      Parameters:
      repositoryName - The name of the repository that a package was originally published to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • externalConnectionName

      DomainEntryPoint.Builder externalConnectionName(String externalConnectionName)

      The name of the external connection that a package was ingested from.

      Parameters:
      externalConnectionName - The name of the external connection that a package was ingested from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.