public static interface InspectorServiceAttributes.Builder extends CopyableBuilder<InspectorServiceAttributes.Builder,InspectorServiceAttributes>
Modifier and Type | Method and Description |
---|---|
InspectorServiceAttributes.Builder |
assessmentRunArn(String assessmentRunArn)
The ARN of the assessment run during which the finding is generated.
|
InspectorServiceAttributes.Builder |
rulesPackageArn(String rulesPackageArn)
The ARN of the rules package that is used to generate the finding.
|
InspectorServiceAttributes.Builder |
schemaVersion(Integer schemaVersion)
The schema version of this data type.
|
copy
applyMutation, build
InspectorServiceAttributes.Builder schemaVersion(Integer schemaVersion)
The schema version of this data type.
schemaVersion
- The schema version of this data type.InspectorServiceAttributes.Builder assessmentRunArn(String assessmentRunArn)
The ARN of the assessment run during which the finding is generated.
assessmentRunArn
- The ARN of the assessment run during which the finding is generated.InspectorServiceAttributes.Builder rulesPackageArn(String rulesPackageArn)
The ARN of the rules package that is used to generate the finding.
rulesPackageArn
- The ARN of the rules package that is used to generate the finding.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.