public static interface UpdateFindingsRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFindingsRequest.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer that generated the findings to update.
analyzerArn - The ARN of the analyzer that generated the findings to update.UpdateFindingsRequest.Builder clientToken(String clientToken)
A client token.
clientToken - A client token.UpdateFindingsRequest.Builder ids(Collection<String> ids)
The IDs of the findings to update.
ids - The IDs of the findings to update.UpdateFindingsRequest.Builder ids(String... ids)
The IDs of the findings to update.
ids - The IDs of the findings to update.UpdateFindingsRequest.Builder resourceArn(String resourceArn)
The ARN of the resource identified in the finding.
resourceArn - The ARN of the resource identified in the finding.UpdateFindingsRequest.Builder status(String status)
The state represents the action to take to update the finding Status. Use ARCHIVE to change an
Active finding to an Archived finding. Use ACTIVE to change an Archived finding to an Active
finding.
status - The state represents the action to take to update the finding Status. Use ARCHIVE to
change an Active finding to an Archived finding. Use ACTIVE to change an Archived finding
to an Active finding.FindingStatusUpdate,
FindingStatusUpdateUpdateFindingsRequest.Builder status(FindingStatusUpdate status)
The state represents the action to take to update the finding Status. Use ARCHIVE to change an
Active finding to an Archived finding. Use ACTIVE to change an Archived finding to an Active
finding.
status - The state represents the action to take to update the finding Status. Use ARCHIVE to
change an Active finding to an Archived finding. Use ACTIVE to change an Archived finding
to an Active finding.FindingStatusUpdate,
FindingStatusUpdateUpdateFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.