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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainEntryPoint.BuilderexternalConnectionName(String externalConnectionName)The name of the external connection that a package was ingested from.DomainEntryPoint.BuilderrepositoryName(String repositoryName)The name of the repository that a package was originally published to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-