public static interface PutImageScanningConfigurationResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<PutImageScanningConfigurationResponse.Builder,PutImageScanningConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default PutImageScanningConfigurationResponse.Builder |
imageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration)
The image scanning configuration setting for the repository.
|
PutImageScanningConfigurationResponse.Builder |
imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
The image scanning configuration setting for the repository.
|
PutImageScanningConfigurationResponse.Builder |
registryId(String registryId)
The registry ID associated with the request.
|
PutImageScanningConfigurationResponse.Builder |
repositoryName(String repositoryName)
The repository name associated with the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutImageScanningConfigurationResponse.Builder registryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.PutImageScanningConfigurationResponse.Builder repositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.PutImageScanningConfigurationResponse.Builder imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
The image scanning configuration setting for the repository.
imageScanningConfiguration - The image scanning configuration setting for the repository.default PutImageScanningConfigurationResponse.Builder imageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration)
The image scanning configuration setting for the repository.
This is a convenience that creates an instance of theImageScanningConfiguration.Builder avoiding the
need to create one manually via ImageScanningConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to imageScanningConfiguration(ImageScanningConfiguration).imageScanningConfiguration - a consumer that will call methods on ImageScanningConfiguration.BuilderimageScanningConfiguration(ImageScanningConfiguration)Copyright © 2021. All rights reserved.