Interface ScanSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ScanSummary.Builder,,- ScanSummary> - SdkBuilder<ScanSummary.Builder,,- ScanSummary> - SdkPojo
- Enclosing class:
- ScanSummary
@Mutable
@NotThreadSafe
public static interface ScanSummary.Builder
extends SdkPojo, CopyableBuilder<ScanSummary.Builder,ScanSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe time when the scan was created.The identifier for the scan run.The name of the scan.scanNameArn(String scanNameArn) The ARN for the scan name.The state of the scan.The state of the scan.The time the scan was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
scanStateThe state of the scan. A scan can be In Progress,Complete, orFailed.- Parameters:
- scanState- The state of the scan. A scan can be- In Progress,- Complete, or- Failed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
scanStateThe state of the scan. A scan can be In Progress,Complete, orFailed.- Parameters:
- scanState- The state of the scan. A scan can be- In Progress,- Complete, or- Failed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createdAtThe time when the scan was created. - Parameters:
- createdAt- The time when the scan was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updatedAtThe time the scan was last updated. A scan is updated when it is re-run. - Parameters:
- updatedAt- The time the scan was last updated. A scan is updated when it is re-run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scanNameThe name of the scan. - Parameters:
- scanName- The name of the scan.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
runIdThe identifier for the scan run. - Parameters:
- runId- The identifier for the scan run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scanNameArnThe ARN for the scan name. - Parameters:
- scanNameArn- The ARN for the scan name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-