Interface AuditSuppression.Builder

    • Method Detail

      • checkName

        AuditSuppression.Builder checkName​(String checkName)
        Sets the value of the CheckName property for this object.
        Parameters:
        checkName - The new value for the CheckName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIdentifier

        AuditSuppression.Builder resourceIdentifier​(ResourceIdentifier resourceIdentifier)
        Sets the value of the ResourceIdentifier property for this object.
        Parameters:
        resourceIdentifier - The new value for the ResourceIdentifier property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expirationDate

        AuditSuppression.Builder expirationDate​(Instant expirationDate)

        The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.

        Parameters:
        expirationDate - The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suppressIndefinitely

        AuditSuppression.Builder suppressIndefinitely​(Boolean suppressIndefinitely)

        Indicates whether a suppression should exist indefinitely or not.

        Parameters:
        suppressIndefinitely - Indicates whether a suppression should exist indefinitely or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        AuditSuppression.Builder description​(String description)

        The description of the audit suppression.

        Parameters:
        description - The description of the audit suppression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.