public static interface CreateUploadUrlRequest.Builder extends CodeGuruSecurityRequest.Builder, SdkPojo, CopyableBuilder<CreateUploadUrlRequest.Builder,CreateUploadUrlRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUploadUrlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUploadUrlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUploadUrlRequest.Builder |
scanName(String scanName)
The name of the scan that will use the uploaded resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUploadUrlRequest.Builder scanName(String scanName)
The name of the scan that will use the uploaded resource. CodeGuru Security uses the unique scan name to
track revisions across multiple scans of the same resource. Use this scanName when you call
CreateScan on the code resource you upload to this URL.
scanName - The name of the scan that will use the uploaded resource. CodeGuru Security uses the unique scan name
to track revisions across multiple scans of the same resource. Use this scanName when you
call CreateScan on the code resource you upload to this URL.CreateUploadUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUploadUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.