Interface AutomatedDiscoveryAccount.Builder

    • Method Detail

      • accountId

        AutomatedDiscoveryAccount.Builder accountId​(String accountId)

        The Amazon Web Services account ID for the account.

        Parameters:
        accountId - The Amazon Web Services account ID for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        AutomatedDiscoveryAccount.Builder status​(String status)

        The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.

        Parameters:
        status - The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutomatedDiscoveryAccountStatus, AutomatedDiscoveryAccountStatus
      • status

        AutomatedDiscoveryAccount.Builder status​(AutomatedDiscoveryAccountStatus status)

        The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.

        Parameters:
        status - The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutomatedDiscoveryAccountStatus, AutomatedDiscoveryAccountStatus