public static class CreateOcirContainerScanRegistryDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateOcirContainerScanRegistryDetails |
build() |
CreateOcirContainerScanRegistryDetails.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment to perform the scans in.
|
CreateOcirContainerScanRegistryDetails.Builder |
copy(CreateOcirContainerScanRegistryDetails model) |
CreateOcirContainerScanRegistryDetails.Builder |
repositories(List<String> repositories)
List of repositories to scan images in.
|
CreateOcirContainerScanRegistryDetails.Builder |
url(String url) |
public CreateOcirContainerScanRegistryDetails.Builder url(String url)
public CreateOcirContainerScanRegistryDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to perform the scans in. All listed repositories must be in the compartment.
compartmentId
- the value to setpublic CreateOcirContainerScanRegistryDetails.Builder repositories(List<String> repositories)
List of repositories to scan images in. If left empty, the target defaults to scanning all repos in the compartmentId
repositories
- the value to setpublic CreateOcirContainerScanRegistryDetails build()
public CreateOcirContainerScanRegistryDetails.Builder copy(CreateOcirContainerScanRegistryDetails model)
Copyright © 2016–2024. All rights reserved.