public static interface StartImageScanRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<StartImageScanRequest.Builder,StartImageScanRequest>
| Modifier and Type | Method and Description |
|---|---|
default StartImageScanRequest.Builder |
imageId(Consumer<ImageIdentifier.Builder> imageId)
Sets the value of the ImageId property for this object.
|
StartImageScanRequest.Builder |
imageId(ImageIdentifier imageId)
Sets the value of the ImageId property for this object.
|
StartImageScanRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartImageScanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartImageScanRequest.Builder |
registryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to start an image scan
request.
|
StartImageScanRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the images to scan.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartImageScanRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.
registryId - The AWS account ID associated with the registry that contains the repository in which to start an
image scan request. If you do not specify a registry, the default registry is assumed.StartImageScanRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the images to scan.
repositoryName - The name of the repository that contains the images to scan.StartImageScanRequest.Builder imageId(ImageIdentifier imageId)
imageId - The new value for the ImageId property for this object.default StartImageScanRequest.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)StartImageScanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartImageScanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.