Interface InspectorServiceAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InspectorServiceAttributes.Builder,
,InspectorServiceAttributes> SdkBuilder<InspectorServiceAttributes.Builder,
,InspectorServiceAttributes> SdkPojo
- Enclosing class:
InspectorServiceAttributes
@Mutable
@NotThreadSafe
public static interface InspectorServiceAttributes.Builder
extends SdkPojo, CopyableBuilder<InspectorServiceAttributes.Builder,InspectorServiceAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionassessmentRunArn
(String assessmentRunArn) The ARN of the assessment run during which the finding is generated.rulesPackageArn
(String rulesPackageArn) The ARN of the rules package that is used to generate the finding.schemaVersion
(Integer schemaVersion) The schema version of this data type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
schemaVersion
The schema version of this data type.
- Parameters:
schemaVersion
- The schema version of this data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentRunArn
The ARN of the assessment run during which the finding is generated.
- Parameters:
assessmentRunArn
- The ARN of the assessment run during which the finding is generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rulesPackageArn
The ARN of the rules package that is used to generate the finding.
- Parameters:
rulesPackageArn
- The ARN of the rules package that is used to generate the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-