public static interface UpdateFindingsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>
Modifier and Type | Method and Description |
---|---|
UpdateFindingsRequest.Builder |
filters(AwsSecurityFindingFilters filters)
A collection of attributes that specify what findings you want to update.
|
default UpdateFindingsRequest.Builder |
filters(Consumer<AwsSecurityFindingFilters.Builder> filters)
A collection of attributes that specify what findings you want to update.
|
default UpdateFindingsRequest.Builder |
note(Consumer<NoteUpdate.Builder> note)
The updated note for the finding.
|
UpdateFindingsRequest.Builder |
note(NoteUpdate note)
The updated note for the finding.
|
UpdateFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateFindingsRequest.Builder |
recordState(RecordState recordState)
The updated record state for the finding.
|
UpdateFindingsRequest.Builder |
recordState(String recordState)
The updated record state for the finding.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateFindingsRequest.Builder filters(AwsSecurityFindingFilters filters)
A collection of attributes that specify what findings you want to update.
filters
- A collection of attributes that specify what findings you want to update.default UpdateFindingsRequest.Builder filters(Consumer<AwsSecurityFindingFilters.Builder> filters)
A collection of attributes that specify what findings you want to update.
This is a convenience 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.Builder
filters(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 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.Builder
note(NoteUpdate)
UpdateFindingsRequest.Builder recordState(String recordState)
The updated record state for the finding.
recordState
- The updated record state for the finding.RecordState
,
RecordState
UpdateFindingsRequest.Builder recordState(RecordState recordState)
The updated record state for the finding.
recordState
- The updated record state for the finding.RecordState
,
RecordState
UpdateFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.