public static interface UpdateFindingsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFindingsRequest.Builder filters(AwsSecurityFindingFilters filters)
A collection of attributes that specify which findings you want to update.
filters - A collection of attributes that specify which findings you want to update.default UpdateFindingsRequest.Builder filters(Consumer<AwsSecurityFindingFilters.Builder> filters)
A collection of attributes that specify which findings you want to update.
This is a convenience method that creates an instance of theAwsSecurityFindingFilters.Builder
avoiding the need to create one manually via AwsSecurityFindingFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to filters(AwsSecurityFindingFilters).
filters - a consumer that will call methods on AwsSecurityFindingFilters.Builderfilters(AwsSecurityFindingFilters)UpdateFindingsRequest.Builder note(NoteUpdate note)
The updated note for the finding.
note - The updated note for the finding.default UpdateFindingsRequest.Builder note(Consumer<NoteUpdate.Builder> note)
The updated note for the finding.
This is a convenience method that creates an instance of theNoteUpdate.Builder avoiding the need to
create one manually via NoteUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to note(NoteUpdate).
note - a consumer that will call methods on NoteUpdate.Buildernote(NoteUpdate)UpdateFindingsRequest.Builder recordState(String recordState)
The updated record state for the finding.
recordState - The updated record state for the finding.RecordState,
RecordStateUpdateFindingsRequest.Builder recordState(RecordState recordState)
The updated record state for the finding.
recordState - The updated record state for the finding.RecordState,
RecordStateUpdateFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.