Interface ArtifactRegistryRepositoryRemoteRepositoryConfigAptRepositoryPublicRepository
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ArtifactRegistryRepositoryRemoteRepositoryConfigAptRepositoryPublicRepository.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.535Z") @Stability(Stable) public interface ArtifactRegistryRepositoryRemoteRepositoryConfigAptRepositoryPublicRepository extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classArtifactRegistryRepositoryRemoteRepositoryConfigAptRepositoryPublicRepository.Builderstatic classArtifactRegistryRepositoryRemoteRepositoryConfigAptRepositoryPublicRepository.Jsii$ProxyAn implementation forArtifactRegistryRepositoryRemoteRepositoryConfigAptRepositoryPublicRepository
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ArtifactRegistryRepositoryRemoteRepositoryConfigAptRepositoryPublicRepository.Builderbuilder()StringgetRepositoryBase()A common public repository base for Apt, e.g.StringgetRepositoryPath()Specific repository from the base.
-
-
-
Method Detail
-
getRepositoryBase
@Stability(Stable) @NotNull String getRepositoryBase()
A common public repository base for Apt, e.g. '"debian/dists/buster"' Possible values: ["DEBIAN", "UBUNTU"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#repository_base ArtifactRegistryRepository#repository_base}
-
getRepositoryPath
@Stability(Stable) @NotNull String getRepositoryPath()
Specific repository from the base.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#repository_path ArtifactRegistryRepository#repository_path}
-
builder
@Stability(Stable) static ArtifactRegistryRepositoryRemoteRepositoryConfigAptRepositoryPublicRepository.Builder builder()
-
-