Interface StartMalwareScanResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<StartMalwareScanResponse.Builder,,StartMalwareScanResponse> GuardDutyResponse.Builder,SdkBuilder<StartMalwareScanResponse.Builder,,StartMalwareScanResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StartMalwareScanResponse
public static interface StartMalwareScanResponse.Builder
extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<StartMalwareScanResponse.Builder,StartMalwareScanResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionA unique identifier that gets generated when you invoke the API without any error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
scanId
A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.
- Parameters:
 scanId- A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -