public static interface RemoveAttributesFromFindingsRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<RemoveAttributesFromFindingsRequest.Builder,RemoveAttributesFromFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveAttributesFromFindingsRequest.Builder |
attributeKeys(Collection<String> 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.
|
RemoveAttributesFromFindingsRequest.Builder |
findingArns(Collection<String> 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.
|
RemoveAttributesFromFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveAttributesFromFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveAttributesFromFindingsRequest.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.
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.
attributeKeys - The array of attribute keys that you want to remove from specified findings.RemoveAttributesFromFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveAttributesFromFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.