Interface UpdateCisScanConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateCisScanConfigurationResponse.Builder,,UpdateCisScanConfigurationResponse> Inspector2Response.Builder,SdkBuilder<UpdateCisScanConfigurationResponse.Builder,,UpdateCisScanConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateCisScanConfigurationResponse
public static interface UpdateCisScanConfigurationResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<UpdateCisScanConfigurationResponse.Builder,UpdateCisScanConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionscanConfigurationArn(String scanConfigurationArn) The CIS scan configuration ARN.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.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
- 
scanConfigurationArn
The CIS scan configuration ARN.
- Parameters:
 scanConfigurationArn- The CIS scan configuration ARN.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -