Interface DeleteMembersRequest.Builder

    • Method Detail

      • graphArn

        DeleteMembersRequest.Builder graphArn​(String graphArn)

        The ARN of the behavior graph to remove members from.

        Parameters:
        graphArn - The ARN of the behavior graph to remove members from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

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

        The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.

        Parameters:
        accountIds - The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        DeleteMembersRequest.Builder accountIds​(String... accountIds)

        The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.

        Parameters:
        accountIds - The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.