Class ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.artifact_registry_repository.ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository>
- Enclosing interface:
- ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository
@Stability(Stable) public static final class ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository.Builder extends Object implements software.amazon.jsii.Builder<ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepositorybuild()Builds the configured instance.ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository.Builderuri(String uri)
-
-
-
Method Detail
-
uri
@Stability(Stable) public ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository.Builder uri(String uri)
Sets the value ofArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository.getUri()- Parameters:
uri- Specific uri to the registry, e.g. '"https://pypi.io"'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#uri ArtifactRegistryRepository#uri}- Returns:
this
-
build
@Stability(Stable) public ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository>- Returns:
- a new instance of
ArtifactRegistryRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepository - Throws:
NullPointerException- if any required attribute was not provided
-
-