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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCisScanConfigurationResponse.BuilderscanConfigurationArn(String scanConfigurationArn)The CIS scan configuration ARN.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
scanConfigurationArn
UpdateCisScanConfigurationResponse.Builder scanConfigurationArn(String 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.
-
-