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 Summary
Modifier and TypeMethodDescriptionexternalConnectionName(String externalConnectionName) The name of the external connection that a package was ingested from.repositoryName(String repositoryName) The name of the repository that a package was originally published to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -