Interface ConfigurationIssue.Builder

  • Method Details

    • configurationName

      ConfigurationIssue.Builder configurationName(String configurationName)

      The name of the configuration setting that is in conflict.

      Parameters:
      configurationName - The name of the configuration setting that is in conflict.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expectedValue

      ConfigurationIssue.Builder expectedValue(String expectedValue)

      The configuration value that AWS Network Security Manager expected.

      Parameters:
      expectedValue - The configuration value that AWS Network Security Manager expected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actualValue

      ConfigurationIssue.Builder actualValue(String actualValue)

      The configuration value that was found on the resource.

      Parameters:
      actualValue - The configuration value that was found on the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.