Interface GetMemberDetectorsResponse.Builder

    • Method Detail

      • memberDataSourceConfigurations

        GetMemberDetectorsResponse.Builder memberDataSourceConfigurations​(Collection<MemberDataSourceConfiguration> memberDataSourceConfigurations)

        An object that describes which data sources are enabled for a member account.

        Parameters:
        memberDataSourceConfigurations - An object that describes which data sources are enabled for a member account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberDataSourceConfigurations

        GetMemberDetectorsResponse.Builder memberDataSourceConfigurations​(MemberDataSourceConfiguration... memberDataSourceConfigurations)

        An object that describes which data sources are enabled for a member account.

        Parameters:
        memberDataSourceConfigurations - An object that describes which data sources are enabled for a member account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        GetMemberDetectorsResponse.Builder unprocessedAccounts​(Collection<UnprocessedAccount> unprocessedAccounts)

        A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.

        Parameters:
        unprocessedAccounts - A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        GetMemberDetectorsResponse.Builder unprocessedAccounts​(UnprocessedAccount... unprocessedAccounts)

        A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.

        Parameters:
        unprocessedAccounts - A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.