public static interface AddAttributesToFindingsRequest.Builder extends InspectorRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddAttributesToFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddAttributesToFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.