Interface UpdateMacieSessionRequest.Builder

    • Method Detail

      • findingPublishingFrequency

        UpdateMacieSessionRequest.Builder findingPublishingFrequency​(String findingPublishingFrequency)

        Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).

        Parameters:
        findingPublishingFrequency - Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FindingPublishingFrequency, FindingPublishingFrequency
      • findingPublishingFrequency

        UpdateMacieSessionRequest.Builder findingPublishingFrequency​(FindingPublishingFrequency findingPublishingFrequency)

        Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).

        Parameters:
        findingPublishingFrequency - Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FindingPublishingFrequency, FindingPublishingFrequency
      • status

        UpdateMacieSessionRequest.Builder status​(String status)

        Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.

        Parameters:
        status - Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MacieStatus, MacieStatus
      • status

        UpdateMacieSessionRequest.Builder status​(MacieStatus status)

        Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.

        Parameters:
        status - Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MacieStatus, MacieStatus