Interface DescribeFindingsRequest.Builder

  • Method Details

    • findingArns

      The ARN that specifies the finding that you want to describe.

      Parameters:
      findingArns - The ARN that specifies the finding that you want to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingArns

      DescribeFindingsRequest.Builder findingArns(String... findingArns)

      The ARN that specifies the finding that you want to describe.

      Parameters:
      findingArns - The ARN that specifies the finding that you want to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • locale

      The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

      Parameters:
      locale - The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • locale

      The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

      Parameters:
      locale - The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      DescribeFindingsRequest.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.