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 method that creates an instance of theAttribute.Builder avoiding the need to create one
manually via Attribute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #attributes(List.
attributes - a consumer that will call methods on
Attribute.Builder#attributes(java.util.Collection) AddAttributesToFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddAttributesToFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.