CopyableBuilder<AddAttributesToFindingsRequest.Builder,AddAttributesToFindingsRequest>
, SdkBuilder<AddAttributesToFindingsRequest.Builder,AddAttributesToFindingsRequest>
public static interface AddAttributesToFindingsRequest.Builder extends CopyableBuilder<AddAttributesToFindingsRequest.Builder,AddAttributesToFindingsRequest>
Modifier and Type | Method | Description |
---|---|---|
AddAttributesToFindingsRequest.Builder |
attributes(Collection<Attribute> attributes) |
The array of attributes that you want to assign to specified findings.
|
AddAttributesToFindingsRequest.Builder |
attributes(Attribute... attributes) |
The array of attributes that you want to assign to specified findings.
|
AddAttributesToFindingsRequest.Builder |
findingArns(String... findingArns) |
The ARNs that specify the findings that you want to assign attributes to.
|
AddAttributesToFindingsRequest.Builder |
findingArns(Collection<String> findingArns) |
The ARNs that specify the findings that you want to assign attributes to.
|
copy
apply, build
AddAttributesToFindingsRequest.Builder findingArns(Collection<String> findingArns)
The ARNs that specify the findings that you want to assign attributes to.
findingArns
- The ARNs that specify the findings that you want to assign attributes to.AddAttributesToFindingsRequest.Builder findingArns(String... findingArns)
The ARNs that specify the findings that you want to assign attributes to.
NOTE: This method appends the values to the existing list (if any). Use
#setFindingArns(java.util.Collection)
or #withFindingArns(java.util.Collection)
if you want
to override the existing values.
findingArns
- The ARNs that specify the findings that you want to assign attributes to.AddAttributesToFindingsRequest.Builder attributes(Collection<Attribute> attributes)
The array of attributes that you want to assign to specified findings.
attributes
- The array of attributes that you want to assign to specified findings.AddAttributesToFindingsRequest.Builder attributes(Attribute... attributes)
The array of attributes that you want to assign to specified findings.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The array of attributes that you want to assign to specified findings.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.