public static interface AddAttributesToFindingsRequest.Builder extends InspectorRequest.Builder, CopyableBuilder<AddAttributesToFindingsRequest.Builder,AddAttributesToFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
AddAttributesToFindingsRequest.Builder |
attributes(Attribute... attributes)
The array of attributes that you want to assign to specified findings.
|
AddAttributesToFindingsRequest.Builder |
attributes(Collection<Attribute> attributes)
The array of attributes that you want to assign to specified findings.
|
AddAttributesToFindingsRequest.Builder |
attributes(Consumer<Attribute.Builder>... attributes)
The array of attributes that you want to assign to specified findings.
|
AddAttributesToFindingsRequest.Builder |
findingArns(Collection<String> 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.
|
AddAttributesToFindingsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AddAttributesToFindingsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildAddAttributesToFindingsRequest.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.
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.
attributes - The array of attributes that you want to assign to specified findings.AddAttributesToFindingsRequest.Builder attributes(Consumer<Attribute.Builder>... attributes)
The array of attributes that you want to assign to specified findings.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) AddAttributesToFindingsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AddAttributesToFindingsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.