public static interface TargetContainerRepository.Builder extends SdkPojo, CopyableBuilder<TargetContainerRepository.Builder,TargetContainerRepository>
| Modifier and Type | Method and Description |
|---|---|
TargetContainerRepository.Builder |
repositoryName(String repositoryName)
The name of the container repository where the output container image is stored.
|
TargetContainerRepository.Builder |
service(ContainerRepositoryService service)
Specifies the service in which this image was registered.
|
TargetContainerRepository.Builder |
service(String service)
Specifies the service in which this image was registered.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetContainerRepository.Builder service(String service)
Specifies the service in which this image was registered.
service - Specifies the service in which this image was registered.ContainerRepositoryService,
ContainerRepositoryServiceTargetContainerRepository.Builder service(ContainerRepositoryService service)
Specifies the service in which this image was registered.
service - Specifies the service in which this image was registered.ContainerRepositoryService,
ContainerRepositoryServiceTargetContainerRepository.Builder repositoryName(String repositoryName)
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
repositoryName - The name of the container repository where the output container image is stored. This name is prefixed
by the repository location.Copyright © 2023. All rights reserved.