Interface GetMembersRequest.Builder

    • Method Detail

      • graphArn

        GetMembersRequest.Builder graphArn​(String graphArn)

        The ARN of the behavior graph for which to request the member details.

        Parameters:
        graphArn - The ARN of the behavior graph for which to request the member details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        GetMembersRequest.Builder accountIds​(Collection<String> accountIds)

        The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.

        You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

        Parameters:
        accountIds - The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.

        You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        GetMembersRequest.Builder accountIds​(String... accountIds)

        The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.

        You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

        Parameters:
        accountIds - The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.

        You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

        Returns:
        Returns a reference to this object so that method calls can be chained together.