Interface UpdateFindingsRequest.Builder

All Superinterfaces:
AccessAnalyzerRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>, SdkBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateFindingsRequest

public static interface UpdateFindingsRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>
  • Method Details

    • analyzerArn

      UpdateFindingsRequest.Builder analyzerArn(String analyzerArn)

      The ARN of the analyzer that generated the findings to update.

      Parameters:
      analyzerArn - The ARN of the analyzer that generated the findings to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ids

      The IDs of the findings to update.

      Parameters:
      ids - The IDs of the findings to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ids

      The IDs of the findings to update.

      Parameters:
      ids - The IDs of the findings to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

      UpdateFindingsRequest.Builder resourceArn(String resourceArn)

      The ARN of the resource identified in the finding.

      Parameters:
      resourceArn - The ARN of the resource identified in the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      UpdateFindingsRequest.Builder clientToken(String clientToken)

      A client token.

      Parameters:
      clientToken - A client token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.