Interface RemediationException.Builder

  • Method Details

    • configRuleName

      RemediationException.Builder configRuleName(String configRuleName)

      The name of the Config rule.

      Parameters:
      configRuleName - The name of the Config rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      RemediationException.Builder resourceType(String resourceType)

      The type of a resource.

      Parameters:
      resourceType - The type of a resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      RemediationException.Builder resourceId(String resourceId)

      The ID of the resource (for example., sg-xxxxxx).

      Parameters:
      resourceId - The ID of the resource (for example., sg-xxxxxx).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      An explanation of an remediation exception.

      Parameters:
      message - An explanation of an remediation exception.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expirationTime

      RemediationException.Builder expirationTime(Instant expirationTime)

      The time when the remediation exception will be deleted.

      Parameters:
      expirationTime - The time when the remediation exception will be deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.