CopyableBuilder<RemoveAttributesFromFindingsRequest.Builder,RemoveAttributesFromFindingsRequest>
, SdkBuilder<RemoveAttributesFromFindingsRequest.Builder,RemoveAttributesFromFindingsRequest>
public static interface RemoveAttributesFromFindingsRequest.Builder extends CopyableBuilder<RemoveAttributesFromFindingsRequest.Builder,RemoveAttributesFromFindingsRequest>
Modifier and Type | Method | Description |
---|---|---|
RemoveAttributesFromFindingsRequest.Builder |
attributeKeys(String... attributeKeys) |
The array of attribute keys that you want to remove from specified findings.
|
RemoveAttributesFromFindingsRequest.Builder |
attributeKeys(Collection<String> attributeKeys) |
The array of attribute keys that you want to remove from specified findings.
|
RemoveAttributesFromFindingsRequest.Builder |
findingArns(String... findingArns) |
The ARNs that specify the findings that you want to remove attributes from.
|
RemoveAttributesFromFindingsRequest.Builder |
findingArns(Collection<String> findingArns) |
The ARNs that specify the findings that you want to remove attributes from.
|
copy
apply, build
RemoveAttributesFromFindingsRequest.Builder findingArns(Collection<String> findingArns)
The ARNs that specify the findings that you want to remove attributes from.
findingArns
- The ARNs that specify the findings that you want to remove attributes from.RemoveAttributesFromFindingsRequest.Builder findingArns(String... findingArns)
The ARNs that specify the findings that you want to remove attributes from.
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 remove attributes from.RemoveAttributesFromFindingsRequest.Builder attributeKeys(Collection<String> attributeKeys)
The array of attribute keys that you want to remove from specified findings.
attributeKeys
- The array of attribute keys that you want to remove from specified findings.RemoveAttributesFromFindingsRequest.Builder attributeKeys(String... attributeKeys)
The array of attribute keys that you want to remove from specified findings.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributeKeys(java.util.Collection)
or #withAttributeKeys(java.util.Collection)
if you
want to override the existing values.
attributeKeys
- The array of attribute keys that you want to remove from specified findings.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.