Interface StartCodeSecurityScanResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<StartCodeSecurityScanResponse.Builder,,- StartCodeSecurityScanResponse> - Inspector2Response.Builder,- SdkBuilder<StartCodeSecurityScanResponse.Builder,,- StartCodeSecurityScanResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StartCodeSecurityScanResponse
@Mutable
@NotThreadSafe
public static interface StartCodeSecurityScanResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<StartCodeSecurityScanResponse.Builder,StartCodeSecurityScanResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe unique identifier of the initiated scan.The current status of the initiated scan.status(CodeScanStatus status) The current status of the initiated scan.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
scanIdThe unique identifier of the initiated scan. - Parameters:
- scanId- The unique identifier of the initiated scan.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the initiated scan. - Parameters:
- status- The current status of the initiated scan.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of the initiated scan. - Parameters:
- status- The current status of the initiated scan.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-