public static interface StartImageScanResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<StartImageScanResponse.Builder,StartImageScanResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartImageScanResponse.Builder |
imageId(Consumer<ImageIdentifier.Builder> imageId)
Sets the value of the ImageId property for this object.
|
StartImageScanResponse.Builder |
imageId(ImageIdentifier imageId)
Sets the value of the ImageId property for this object.
|
default StartImageScanResponse.Builder |
imageScanStatus(Consumer<ImageScanStatus.Builder> imageScanStatus)
The current state of the scan.
|
StartImageScanResponse.Builder |
imageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
|
StartImageScanResponse.Builder |
registryId(String registryId)
The registry ID associated with the request.
|
StartImageScanResponse.Builder |
repositoryName(String repositoryName)
The repository name associated with the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartImageScanResponse.Builder registryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.StartImageScanResponse.Builder repositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.StartImageScanResponse.Builder imageId(ImageIdentifier imageId)
imageId - The new value for the ImageId property for this object.default StartImageScanResponse.Builder imageId(Consumer<ImageIdentifier.Builder> imageId)
ImageIdentifier.Builder avoiding the need to
create one manually via ImageIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to imageId(ImageIdentifier).imageId - a consumer that will call methods on ImageIdentifier.BuilderimageId(ImageIdentifier)StartImageScanResponse.Builder imageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
imageScanStatus - The current state of the scan.default StartImageScanResponse.Builder imageScanStatus(Consumer<ImageScanStatus.Builder> imageScanStatus)
The current state of the scan.
This is a convenience that creates an instance of theImageScanStatus.Builder avoiding the need to
create one manually via ImageScanStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to imageScanStatus(ImageScanStatus).imageScanStatus - a consumer that will call methods on ImageScanStatus.BuilderimageScanStatus(ImageScanStatus)Copyright © 2021. All rights reserved.