public static interface RepositoryScanningConfiguration.Builder extends SdkPojo, CopyableBuilder<RepositoryScanningConfiguration.Builder,RepositoryScanningConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositoryScanningConfiguration.Builder repositoryArn(String repositoryArn)
The ARN of the repository.
repositoryArn - The ARN of the repository.RepositoryScanningConfiguration.Builder repositoryName(String repositoryName)
The name of the repository.
repositoryName - The name of the repository.RepositoryScanningConfiguration.Builder scanOnPush(Boolean scanOnPush)
Whether or not scan on push is configured for the repository.
scanOnPush - Whether or not scan on push is configured for the repository.RepositoryScanningConfiguration.Builder scanFrequency(String scanFrequency)
The scan frequency for the repository.
scanFrequency - The scan frequency for the repository.ScanFrequency,
ScanFrequencyRepositoryScanningConfiguration.Builder scanFrequency(ScanFrequency scanFrequency)
The scan frequency for the repository.
scanFrequency - The scan frequency for the repository.ScanFrequency,
ScanFrequencyRepositoryScanningConfiguration.Builder appliedScanFilters(Collection<ScanningRepositoryFilter> appliedScanFilters)
The scan filters applied to the repository.
appliedScanFilters - The scan filters applied to the repository.RepositoryScanningConfiguration.Builder appliedScanFilters(ScanningRepositoryFilter... appliedScanFilters)
The scan filters applied to the repository.
appliedScanFilters - The scan filters applied to the repository.RepositoryScanningConfiguration.Builder appliedScanFilters(Consumer<ScanningRepositoryFilter.Builder>... appliedScanFilters)
The scan filters applied to the repository.
This is a convenience method that creates an instance of theScanningRepositoryFilter.Builder avoiding the need to
create one manually via ScanningRepositoryFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #appliedScanFilters(List.
appliedScanFilters - a consumer that will call methods on
ScanningRepositoryFilter.Builder#appliedScanFilters(java.util.Collection) Copyright © 2023. All rights reserved.