public static interface RemoveAttributesFromFindingsRequest.Builder extends InspectorRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RemoveAttributesFromFindingsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
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.
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.RemoveAttributesFromFindingsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.