public static final class PublicPreCheckImageScanTaskRequest.Builder extends Object
public PublicPreCheckImageScanTaskRequest.Builder digests(String digests)
The SHA-256 value of the image digest. Separate multiple SHA-256 values with commas (,).
example:6a5e103187b31a94592a47a5858617f7****
public PublicPreCheckImageScanTaskRequest.Builder instanceIds(String instanceIds)
The ID of the Container Registry instance in which the image repository is created. Separate multiple IDs with commas (,).
example:i-uf6j8vq9l4r5ntht****
public PublicPreCheckImageScanTaskRequest.Builder regionIds(String regionIds)
The region ID of the image. Separate multiple IDs with commas (,).
example:cn-hangzhou
public PublicPreCheckImageScanTaskRequest.Builder registryTypes(String registryTypes)
The type of the image repository. Separate multiple types with commas (,). Valid values:
acr
public PublicPreCheckImageScanTaskRequest.Builder repoIds(String repoIds)
The ID of the image repository. Separate multiple IDs with commas (,).
example:crr-vridcl4****
public PublicPreCheckImageScanTaskRequest.Builder repoNames(String repoNames)
The name of the image repository. Separate multiple names with commas (,).
example:centos
public PublicPreCheckImageScanTaskRequest.Builder repoNamespaces(String repoNamespaces)
The namespace to which the image repository belongs. Separate multiple namespaces with commas (,).
example:hanghai-namespace
public PublicPreCheckImageScanTaskRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.168.XX.XX
public PublicPreCheckImageScanTaskRequest.Builder tags(String tags)
The tag that is added to the image. Separate multiple tags with commas (,).
example:0.2
public PublicPreCheckImageScanTaskRequest build()
Copyright © 2026. All rights reserved.