Interface RepositoryExternalConnectionInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RepositoryExternalConnectionInfo.Builder,,RepositoryExternalConnectionInfo> SdkBuilder<RepositoryExternalConnectionInfo.Builder,,RepositoryExternalConnectionInfo> SdkPojo
- Enclosing class:
 RepositoryExternalConnectionInfo
- 
Method Summary
Modifier and TypeMethodDescriptionexternalConnectionName(String externalConnectionName) The name of the external connection associated with a repository.packageFormat(String packageFormat) The package format associated with a repository's external connection.packageFormat(PackageFormat packageFormat) The package format associated with a repository's external connection.The status of the external connection of a repository.status(ExternalConnectionStatus status) The status of the external connection of a repository.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
externalConnectionName
The name of the external connection associated with a repository.
- Parameters:
 externalConnectionName- The name of the external connection associated with a repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
packageFormat
The package format associated with a repository's external connection. The valid package formats are:
- 
 
npm: A Node Package Manager (npm) package. - 
 
pypi: A Python Package Index (PyPI) package. - 
 
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file. - 
 
nuget: A NuGet package. - 
 
generic: A generic package. - 
 
ruby: A Ruby package. - 
 
swift: A Swift package. - 
 
cargo: A Cargo package. 
- Parameters:
 packageFormat- The package format associated with a repository's external connection. The valid package formats are:- 
        
npm: A Node Package Manager (npm) package. - 
        
pypi: A Python Package Index (PyPI) package. - 
        
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file. - 
        
nuget: A NuGet package. - 
        
generic: A generic package. - 
        
ruby: A Ruby package. - 
        
swift: A Swift package. - 
        
cargo: A Cargo package. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
packageFormat
The package format associated with a repository's external connection. The valid package formats are:
- 
 
npm: A Node Package Manager (npm) package. - 
 
pypi: A Python Package Index (PyPI) package. - 
 
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file. - 
 
nuget: A NuGet package. - 
 
generic: A generic package. - 
 
ruby: A Ruby package. - 
 
swift: A Swift package. - 
 
cargo: A Cargo package. 
- Parameters:
 packageFormat- The package format associated with a repository's external connection. The valid package formats are:- 
        
npm: A Node Package Manager (npm) package. - 
        
pypi: A Python Package Index (PyPI) package. - 
        
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file. - 
        
nuget: A NuGet package. - 
        
generic: A generic package. - 
        
ruby: A Ruby package. - 
        
swift: A Swift package. - 
        
cargo: A Cargo package. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
status
The status of the external connection of a repository. There is one valid value,
Available.- Parameters:
 status- The status of the external connection of a repository. There is one valid value,Available.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status of the external connection of a repository. There is one valid value,
Available.- Parameters:
 status- The status of the external connection of a repository. There is one valid value,Available.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -