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, sdkFields
copy
applyMutation, build
TargetContainerRepository.Builder service(String service)
Specifies the service in which this image was registered.
service
- Specifies the service in which this image was registered.ContainerRepositoryService
,
ContainerRepositoryService
TargetContainerRepository.Builder service(ContainerRepositoryService service)
Specifies the service in which this image was registered.
service
- Specifies the service in which this image was registered.ContainerRepositoryService
,
ContainerRepositoryService
TargetContainerRepository.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.