Class EnableMacieRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        A unique, case-sensitive token that you provide to ensure the idempotency of the request.

        Returns:
        A unique, case-sensitive token that you provide to ensure the idempotency of the request.
      • findingPublishingFrequencyAsString

        public final String findingPublishingFrequencyAsString()

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

        If the service returns an enum value that is not available in the current SDK version, findingPublishingFrequency will return FindingPublishingFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from findingPublishingFrequencyAsString().

        Returns:
        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).
        See Also:
        FindingPublishingFrequency
      • status

        public final MacieStatus status()

        Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.

        If the service returns an enum value that is not available in the current SDK version, status will return MacieStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.
        See Also:
        MacieStatus
      • statusAsString

        public final String statusAsString()

        Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.

        If the service returns an enum value that is not available in the current SDK version, status will return MacieStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.
        See Also:
        MacieStatus
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object