public static interface GetScanRequest.Builder extends CodeGuruSecurityRequest.Builder, SdkPojo, CopyableBuilder<GetScanRequest.Builder,GetScanRequest>
| Modifier and Type | Method and Description |
|---|---|
GetScanRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetScanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetScanRequest.Builder |
runId(String runId)
UUID that identifies the individual scan run you want to view details about.
|
GetScanRequest.Builder |
scanName(String scanName)
The name of the scan you want to view details about.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetScanRequest.Builder runId(String runId)
UUID that identifies the individual scan run you want to view details about. You retrieve this when you call
the CreateScan operation. Defaults to the latest scan run if missing.
runId - UUID that identifies the individual scan run you want to view details about. You retrieve this when
you call the CreateScan operation. Defaults to the latest scan run if missing.GetScanRequest.Builder scanName(String scanName)
The name of the scan you want to view details about.
scanName - The name of the scan you want to view details about.GetScanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetScanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.