public static interface GetScanResponse.Builder extends CodeGuruSecurityResponse.Builder, SdkPojo, CopyableBuilder<GetScanResponse.Builder,GetScanResponse>
| Modifier and Type | Method and Description |
|---|---|
GetScanResponse.Builder |
analysisType(AnalysisType analysisType)
The type of analysis CodeGuru Security performed in the scan, either
Security or
All. |
GetScanResponse.Builder |
analysisType(String analysisType)
The type of analysis CodeGuru Security performed in the scan, either
Security or
All. |
GetScanResponse.Builder |
createdAt(Instant createdAt)
The time the scan was created.
|
GetScanResponse.Builder |
numberOfRevisions(Long numberOfRevisions)
The number of times a scan has been re-run on a revised resource.
|
GetScanResponse.Builder |
runId(String runId)
UUID that identifies the individual scan run.
|
GetScanResponse.Builder |
scanName(String scanName)
The name of the scan.
|
GetScanResponse.Builder |
scanNameArn(String scanNameArn)
The ARN for the scan name.
|
GetScanResponse.Builder |
scanState(ScanState scanState)
The current state of the scan.
|
GetScanResponse.Builder |
scanState(String scanState)
The current state of the scan.
|
GetScanResponse.Builder |
updatedAt(Instant updatedAt)
The time when the scan was last updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetScanResponse.Builder analysisType(String analysisType)
The type of analysis CodeGuru Security performed in the scan, either Security or
All. The Security type only generates findings related to security. The
All type generates both security findings and quality findings.
analysisType - The type of analysis CodeGuru Security performed in the scan, either Security or
All. The Security type only generates findings related to security. The
All type generates both security findings and quality findings.AnalysisType,
AnalysisTypeGetScanResponse.Builder analysisType(AnalysisType analysisType)
The type of analysis CodeGuru Security performed in the scan, either Security or
All. The Security type only generates findings related to security. The
All type generates both security findings and quality findings.
analysisType - The type of analysis CodeGuru Security performed in the scan, either Security or
All. The Security type only generates findings related to security. The
All type generates both security findings and quality findings.AnalysisType,
AnalysisTypeGetScanResponse.Builder createdAt(Instant createdAt)
The time the scan was created.
createdAt - The time the scan was created.GetScanResponse.Builder numberOfRevisions(Long numberOfRevisions)
The number of times a scan has been re-run on a revised resource.
numberOfRevisions - The number of times a scan has been re-run on a revised resource.GetScanResponse.Builder runId(String runId)
UUID that identifies the individual scan run.
runId - UUID that identifies the individual scan run.GetScanResponse.Builder scanName(String scanName)
The name of the scan.
scanName - The name of the scan.GetScanResponse.Builder scanNameArn(String scanNameArn)
The ARN for the scan name.
scanNameArn - The ARN for the scan name.GetScanResponse.Builder scanState(String scanState)
The current state of the scan. Pass either InProgress, Successful, or
Failed.
GetScanResponse.Builder scanState(ScanState scanState)
The current state of the scan. Pass either InProgress, Successful, or
Failed.
GetScanResponse.Builder updatedAt(Instant updatedAt)
The time when the scan was last updated. Only available for STANDARD scan types.
updatedAt - The time when the scan was last updated. Only available for STANDARD scan types.Copyright © 2023. All rights reserved.